Package Search Help

You can use boolean logic (e.g. AND/OR/NOT) for complex search queries. For more help and examples, see the search documentation.

Search by package name:
my-package (implicit)
name:my-package (explicit)

Search by package filename:
filename:my-package.ext 

Search by package tag:
tag:latest 

Search by package version:
version:1.0.0  prerelease:true (prereleases)
prerelease:false (no prereleases)

Search by package architecture:
architecture:x86_64 

Search by package distribution:
distribution:el 

Search by package license:
license:MIT 

Search by package format:
format:deb 

Search by package status:
status:in_progress 

Search by package file checksum:
checksum:5afba 

Search by package security status:
severity:critical 

Search by package vulnerabilities:
vulnerabilities:>1 
vulnerabilities:<1000 

Search by # of package downloads:
downloads:>8 
downloads:<100 

Search by package type:
type:binary 
type:source 

Search by package size (bytes):
size:>50000 
size:<10000 

Search by dependency name/version:
dependency:log4j 
dependency:log4j=1.0.0 
dependency:log4j>1.0.0 

Search by uploaded date:
uploaded:>"1 day ago" 
uploaded:<"August 14, 2022 EST" 

Search by entitlement token (identifier):
entitlement:3lKPVJPosCsY 

Search by policy violation:
policy_violated:true
deny_policy_violated:true
license_policy_violated:true
vulnerability_policy_violated:true

Search by repository:
repository:repo-name

Search by last download date:
last_downloaded:<"30 days ago" 
last_downloaded:>"August 14, 2022 EST" 

Search queries for all Debian-specific (and related) package types

Search by component:
deb_component:unstable

Search queries for all Maven-specific (and related) package types

Search by group ID:
maven_group_id:org.apache

Search queries for all Docker-specific (and related) package types

Search by image digest:
docker_image_digest:sha256:7c5..6d4
(full hashref only)

Search by layer digest:
docker_layer_digest:sha256:4c4..ae4
(full hashref only)

Search queries for all Generic-specific package types

Search by file path:
generic_filepath:path/to/file.txt

Search by directory:
generic_directory:path/to

Field type modifiers (depending on the type, you can influence behaviour)

For all queries, you can use:
~foo for negation

For string queries, you can use:
^foo to anchor to start of term
foo$ to anchor to end of term
foo*bar for fuzzy matching

For number/date or version queries, you can use:
>foo for values greater than
>=foo for values greater / equal
<foo for values less than
<=foo for values less / equal

Need a secure and centralised artifact repository to deliver Alpine, Cargo, CocoaPods, Composer, Conan, Conda, CRAN, Dart, Debian, Docker, Generic, Go, Helm, Hex, HuggingFace, LuaRocks, Maven, MCP, npm, NuGet, P2, Python, RedHat, Ruby, Swift, Terraform, Vagrant, VSX, Raw & More packages?

Cloudsmith is the new standard in Package / Artifact Management and Software Distribution.

With support for all major package formats, you can trust us to manage your software supply chain.

Start My Free Trial
 Public sitecore sitecore (Sitecore) / resources
A certifiably-awesome public package repository curated by Sitecore, hosted by Cloudsmith.

npm logo @sitecore/contenthub-embeddin…  1.0.9

One-liner (summary)

No summary - See description for more info.

Description

Sitecore Content Hub Embedding SDK

Size

10.6 KB

Downloads

8

Status  Completed
Checksum (MD5) 37b47d00a2ec13848d4469e1e62897fa
Checksum (SHA-1) 95307ef022c4e435de0f9f879f8cfea046dc3faa
Checksum (SHA-256) 994537ff780830f2a722576675ae0eb90b4b74fa4f802c39fd2a05c0a3b04cea
Checksum (SHA-512) 32d2a0c2593b07a5e01f5d70e6ef92faca5be71d6ce2fc3f5b483c9c8b02f1344b…
ECDSA Signature
ECDSA Fingerprint 351de528661a80b985ae9e7e522666a4
Storage Region  Dublin, Ireland
Type  Source (contains source code or documentation)
Uploaded At 1 month, 1 week ago
Uploaded By Uploaded by SVC GitHub CloudSmith Pub RW
Slug Id contenthub-embedding-sdk-109tgz-wyr4
Unique Id Lfdu9rf5i8cR
Version (Raw) 1.0.9
Version (Parsed)
  • Major: 1
  • Minor: 0
  • Patch: 9
  • Type: SemVer (Strict)
  extended metadata
Package 100% Valid
Author Sitecore
Dev Dependencies '@eslint/eslintrc' '^3.3.1' | '@eslint/js' '^9.32.0' | '@playwright/test' '^1.56.1' | '@rollup/plugin-commonjs' '^28.0.6' | '@rollup/plugin-node-resolve' '^16.0.1' | '@rollup/plugin-terser' '^0.4.4' | '@types/jest' '^30.0.0' | '@types/node' '^24.2.0' | '@typescript-eslint/eslint-plugin' '^8.39.0' | '@typescript-eslint/parser' '^8.39.0' | 'dotenv' '^17.2.3' | 'eslint' '^9.32.0' | 'eslint-config-prettier' '^10.1.8' | 'eslint-plugin-prettier' '^5.5.4' | 'globals' '^16.3.0' | 'jest' '^30.0.5' | 'jest-environment-jsdom' '^30.0.5' | 'prettier' '3.6.2' | 'rimraf' '^6.0.1' | 'rollup' '^4.46.3' | 'rollup-plugin-typescript2' '^0.36.0' | 'ts-jest' '^29.4.1' | 'typescript' '^5.9.2'
Files LICENSE | README.md | Sitecore.Artifact.License.Agreement.md | dist/**/*
Keywords content-hub | embedding | sdk | sdk | sitecore
Main dist/index.cjs.js
Repository Type git
Repository URL git+https://github.com/Sitecore-PD/sitecore.contenthub.embedding.sdk.git
Scripts 'build' 'rollup -c' | 'clean' 'rimraf dist coverage' | 'format' 'prettier --write "{src,test}/**/*.ts"' | 'lint' 'eslint src/**/*.ts' | 'lint:fix' 'eslint src/**/*.ts --fix' | 'prebuild' 'npm run clean' | 'test' 'jest' | 'test:ci' 'jest --ci --coverage --watchAll=false --passWithNoTests' | 'test:coverage' 'jest --coverage' | 'test:e2e' 'playwright test test/e2e/' | 'test:e2e:headed' 'playwright test test/e2e/ --headed' | 'test:integration' 'jest test/integration --coverageThreshold='{}'' | 'test:unit' 'jest test/unit --coverageThreshold='{}'' | 'test:watch' 'jest --watch'
pkg contenthub-embedding-sdk-1.0.9.… 8
10.6 KB
md5 sha1 sha256 sha512
Package Contents (contenthub-embedding-sdk-1.0.9.tgz)
Loading...

This package has 18 files/directories.

Last scanned

1 month, 1 week ago

Scan result

Clean

Vulnerability count

0

Max. severity

Unknown

You can embed a badge in another website that shows this or the latest version of this package.

To embed the badge for this specific package version, use the following:

[![This version of '@sitecore/contenthub-embedding-sdk' @ Cloudsmith](https://api.cloudsmith.com/v1/badges/version/sitecore/resources/npm/@sitecore/contenthub-embedding-sdk/1.0.9/x/?render=true)](https://cloudsmith.io/~sitecore/repos/resources/packages/detail/npm/@sitecore%252Fcontenthub-embedding-sdk/1.0.9/)
|This version of '@sitecore/contenthub-embedding-sdk' @ Cloudsmith|
.. |This version of '@sitecore/contenthub-embedding-sdk' @ Cloudsmith| image:: https://api.cloudsmith.com/v1/badges/version/sitecore/resources/npm/@sitecore/contenthub-embedding-sdk/1.0.9/x/?render=true
   :target: https://cloudsmith.io/~sitecore/repos/resources/packages/detail/npm/@sitecore%252Fcontenthub-embedding-sdk/1.0.9/
image::https://api.cloudsmith.com/v1/badges/version/sitecore/resources/npm/@sitecore/contenthub-embedding-sdk/1.0.9/x/?render=true[link="https://cloudsmith.io/~sitecore/repos/resources/packages/detail/npm/@sitecore%252Fcontenthub-embedding-sdk/1.0.9/",title="This version of '@sitecore/contenthub-embedding-sdk' @ Cloudsmith"]
<a href="https://cloudsmith.io/~sitecore/repos/resources/packages/detail/npm/@sitecore%252Fcontenthub-embedding-sdk/1.0.9/"><img src="https://api.cloudsmith.com/v1/badges/version/sitecore/resources/npm/@sitecore/contenthub-embedding-sdk/1.0.9/x/?render=true" alt="This version of '@sitecore/contenthub-embedding-sdk' @ Cloudsmith" /></a>

rendered as: This version of '@sitecore/contenthub-embedding-sdk' @ Cloudsmith

To embed the badge for the latest package version, use the following:

[![Latest version of '@sitecore/contenthub-embedding-sdk' @ Cloudsmith](https://api.cloudsmith.com/v1/badges/version/sitecore/resources/npm/@sitecore/contenthub-embedding-sdk/latest/x/?render=true&show_latest=true)](https://cloudsmith.io/~sitecore/repos/resources/packages/detail/npm/@sitecore%252Fcontenthub-embedding-sdk/latest/)
|Latest version of '@sitecore/contenthub-embedding-sdk' @ Cloudsmith|
.. |Latest version of '@sitecore/contenthub-embedding-sdk' @ Cloudsmith| image:: https://api.cloudsmith.com/v1/badges/version/sitecore/resources/npm/@sitecore/contenthub-embedding-sdk/latest/x/?render=true&show_latest=true
   :target: https://cloudsmith.io/~sitecore/repos/resources/packages/detail/npm/@sitecore%252Fcontenthub-embedding-sdk/latest/
image::https://api.cloudsmith.com/v1/badges/version/sitecore/resources/npm/@sitecore/contenthub-embedding-sdk/latest/x/?render=true&show_latest=true[link="https://cloudsmith.io/~sitecore/repos/resources/packages/detail/npm/@sitecore%252Fcontenthub-embedding-sdk/latest/",title="Latest version of '@sitecore/contenthub-embedding-sdk' @ Cloudsmith"]
<a href="https://cloudsmith.io/~sitecore/repos/resources/packages/detail/npm/@sitecore%252Fcontenthub-embedding-sdk/latest/"><img src="https://api.cloudsmith.com/v1/badges/version/sitecore/resources/npm/@sitecore/contenthub-embedding-sdk/latest/x/?render=true&show_latest=true" alt="Latest version of '@sitecore/contenthub-embedding-sdk' @ Cloudsmith" /></a>

rendered as: Latest version of '@sitecore/contenthub-embedding-sdk' @ Cloudsmith

These instructions assume you have setup the repository first (or read it).

To install/use @sitecore/contenthub-embedding-sdk @ version 1.0.9 ...

npm install '@sitecore/contenthub-embedding-sdk@1.0.9'

You can also install the latest version of this package:

npm install '@sitecore/contenthub-embedding-sdk'

If necessary, you can specify the registry directly:

npm install \
  --registry=https://npm.sitecore.com/resources/ \
  '@sitecore/contenthub-embedding-sdk@1.0.9'

Alternatively, you can add it to dependencies in your project package.json file:

{ "dependencies": { "@sitecore/contenthub-embedding-sdk": "1.0.9" } }

If you're using yarn, you need to add always-auth to your user or project .npmrc:

always-auth
Warning: We highly recommend using npm dependencies in your own project rather than installing directly.
Top