Socket
Socket
Sign inDemoInstall

chromadb

Package Overview
Dependencies
Maintainers
2
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

chromadb - npm Package Compare versions

Comparing version 1.5.12-beta.0 to 1.6.1

12

package.json
{
"name": "chromadb",
"version": "1.5.12-beta.0",
"version": "1.6.1",
"description": "A JavaScript interface for chroma",

@@ -11,5 +11,7 @@ "keywords": [],

"@types/jest": "^29.5.0",
"@types/node": "^20.8.10",
"jest": "^29.5.0",
"npm-run-all": "^4.1.5",
"openapi-generator-plus": "^2.6.0",
"openapi-types": "^12.1.3",
"prettier": "2.8.7",

@@ -52,3 +54,3 @@ "rimraf": "^5.0.0",

"test:runfull": "PORT=8001 jest --runInBand --testPathIgnorePatterns=test/auth.*.test.ts",
"test:runfull-authonly": "run-s db:ruan-auth-basic test:runfull-authonly-basic db:clean db:run-auth-token test:runfull-authonly-token db:clean db:run-auth-xtoken test:runfull-authonly-xtoken db:clean",
"test:runfull-authonly": "run-s db:run-auth-basic test:runfull-authonly-basic db:clean db:run-auth-token test:runfull-authonly-token db:clean db:run-auth-xtoken test:runfull-authonly-xtoken db:clean",
"test:runfull-authonly-basic": "PORT=8001 jest --runInBand --testPathPattern=test/auth.basic.test.ts",

@@ -75,3 +77,4 @@ "test:runfull-authonly-token": "PORT=8001 jest --runInBand --testPathPattern=test/auth.token.test.ts",

"dependencies": {
"isomorphic-fetch": "^3.0.0"
"isomorphic-fetch": "^3.0.0",
"cliui": "^8.0.1"
},

@@ -89,6 +92,3 @@ "peerDependencies": {

}
},
"resolutions": {
"string-width": "^4"
}
}

@@ -44,1 +44,2 @@ ## chromadb

Apache 2.0

@@ -41,2 +41,3 @@ import { Api } from "./generated";

try {
// @ts-ignore
const res = await error.json();

@@ -43,0 +44,0 @@ if ("error" in res) {

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc