Socket
Socket
Sign inDemoInstall

chromadb

Package Overview
Dependencies
Maintainers
1
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.1.0 to 1.1.1

2

package.json
{
"name": "chromadb",
"version": "1.1.0",
"version": "1.1.1",
"description": "A JavaScript interface for chroma",

@@ -5,0 +5,0 @@ "keywords": [],

import { DefaultApi } from "./generated/api";
import { Configuration } from "./generated/configuration";
// generate a type interface for the class ChromaClient
export type ChromaClientT = {
reset: () => Promise<any>;
createCollection: (name: string, metadata?: object) => Promise<any>;
listCollections: () => Promise<any>;
getCollection: (name: string) => Promise<any>;
deleteCollection: (name: string) => Promise<any>;
};
export class Collection {

@@ -5,0 +14,0 @@ private name: string;

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