🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

@mastra/fastembed

Package Overview
Dependencies
Maintainers
1
Versions
158
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mastra/fastembed - npm Package Compare versions

Package version was removed
This package version has been unpublished, mostly likely due to security reasons
Comparing version
1.1.2
to
1.1.3
+40
-39
package.json
{
"name": "@mastra/fastembed",
"version": "1.1.2",
"license": "Apache-2.0",
"type": "module",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"exports": {
".": {
"import": {
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
},
"require": {
"types": "./dist/index.d.ts",
"default": "./dist/index.cjs"
}
},
"./package.json": "./package.json"
},
"files": [
"dist",
"CHANGELOG.md",
"LICENSE-fastembed"
],
"homepage": "https://mastra.ai",
"repository": {
"type": "git",
"url": "git+https://github.com/mastra-ai/mastra.git",
"directory": "packages/fastembed"
},
"bugs": {

@@ -38,2 +8,3 @@ "url": "https://github.com/mastra-ai/mastra/issues"

"@huggingface/hub": "^2.12.0",
"easy-day-js": "^1.11.21",
"onnxruntime-node": "1.26.0",

@@ -44,2 +15,7 @@ "progress": "^2.0.3",

"devDependencies": {
"@internal/ai-sdk-v4": "0.0.47",
"@internal/ai-sdk-v5": "0.0.47",
"@internal/ai-v6": "0.0.47",
"@internal/lint": "0.0.100",
"@internal/types-builder": "0.0.75",
"@types/node": "22.19.15",

@@ -53,12 +29,34 @@ "@types/progress": "^2.0.7",

"vitest": "4.1.5",
"zod": "^4.4.3",
"@internal/ai-sdk-v4": "0.0.47",
"@internal/ai-v6": "0.0.47",
"@internal/lint": "0.0.100",
"@internal/types-builder": "0.0.75",
"@internal/ai-sdk-v5": "0.0.47"
"zod": "^4.4.3"
},
"engines": {
"node": ">=22.13.0"
"node": "\u003e=22.13.0"
},
"exports": {
".": {
"import": {
"default": "./dist/index.js",
"types": "./dist/index.d.ts"
},
"require": {
"default": "./dist/index.cjs",
"types": "./dist/index.d.ts"
}
},
"./package.json": "./package.json"
},
"files": [
"dist",
"CHANGELOG.md",
"LICENSE-fastembed"
],
"homepage": "https://mastra.ai",
"license": "Apache-2.0",
"main": "dist/index.js",
"name": "@mastra/fastembed",
"repository": {
"directory": "packages/fastembed",
"type": "git",
"url": "git+https://github.com/mastra-ai/mastra.git"
},
"scripts": {

@@ -69,3 +67,6 @@ "build": "tsup --silent --config tsup.config.ts",

"test:models": "vitest run --project 'models:packages/fastembed'"
}
}
},
"type": "module",
"types": "dist/index.d.ts",
"version": "1.1.3"
}