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

@mastra/qdrant

Package Overview
Dependencies
Maintainers
1
Versions
720
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mastra/qdrant - npm Package Compare versions

Package version was removed
This package version has been unpublished, mostly likely due to security reasons
Comparing version
1.0.2
to
1.0.3
+41
-40
package.json
{
"name": "@mastra/qdrant",
"version": "1.0.2",
"description": "Qdrant vector store provider for Mastra",
"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"
"bugs": {
"url": "https://github.com/mastra-ai/mastra/issues"
},
"license": "Apache-2.0",
"dependencies": {
"@qdrant/js-client-rest": "^1.17.0"
"@qdrant/js-client-rest": "^1.17.0",
"easy-day-js": "^1.11.21"
},
"description": "Qdrant vector store provider for Mastra",
"devDependencies": {
"@internal/lint": "0.0.76",
"@internal/storage-test-utils": "0.0.72",
"@internal/types-builder": "0.0.51",
"@mastra/core": "1.19.0",
"@types/node": "22.19.15",

@@ -32,11 +21,20 @@ "@vitest/coverage-v8": "4.0.18",

"typescript": "^5.9.3",
"vitest": "4.0.18",
"@internal/lint": "0.0.76",
"@internal/types-builder": "0.0.51",
"@internal/storage-test-utils": "0.0.72",
"@mastra/core": "1.19.0"
"vitest": "4.0.18"
},
"peerDependencies": {
"@mastra/core": ">=1.0.0-0 <2.0.0-0"
"engines": {
"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": [

@@ -47,21 +45,24 @@ "dist",

"homepage": "https://mastra.ai",
"license": "Apache-2.0",
"main": "dist/index.js",
"name": "@mastra/qdrant",
"peerDependencies": {
"@mastra/core": "\u003e=1.0.0-0 \u003c2.0.0-0"
},
"repository": {
"directory": "stores/qdrant",
"type": "git",
"url": "git+https://github.com/mastra-ai/mastra.git",
"directory": "stores/qdrant"
"url": "git+https://github.com/mastra-ai/mastra.git"
},
"bugs": {
"url": "https://github.com/mastra-ai/mastra/issues"
},
"engines": {
"node": ">=22.13.0"
},
"scripts": {
"build:lib": "tsup --silent --config tsup.config.ts",
"build:watch": "tsup --watch --silent --config tsup.config.ts",
"lint": "eslint .",
"posttest": "docker compose down -v",
"pretest": "docker compose up -d",
"posttest": "docker compose down -v",
"test": "vitest run",
"lint": "eslint ."
}
}
"test": "vitest run"
},
"type": "module",
"types": "dist/index.d.ts",
"version": "1.0.3"
}