New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

hnswlib-wasm

Package Overview
Dependencies
Maintainers
1
Versions
79
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hnswlib-wasm - npm Package Compare versions

Comparing version 0.5.2 to 0.5.3

dist/hnswlib-97ff6100.js

2

dist/hnswlib-wasm.d.ts

@@ -306,3 +306,3 @@ /***************** GENERATED FILE ********************/

*/
getIdsList(): number[];
getLabelList(): number[];
/**

@@ -309,0 +309,0 @@ * returns the datum point vector specified by label.

@@ -96,3 +96,3 @@ let IDBFS_STORE_NAME, defaultParams, hnswParamsForAda, loadHnswlib, syncFileSystem, waitForFileSystemInitalized, waitForFileSystemSynced;

if (!library) {
const temp = await import("./hnswlib-b402e50b.js");
const temp = await import("./hnswlib-97ff6100.js");
const factoryFunc = temp.default;

@@ -99,0 +99,0 @@ library = await factoryFunc();

@@ -126,2 +126,3 @@ /***************** GENERATED FILE ********************/

/***************** GENERATED FILE ********************/
/***************** GENERATED FILE ********************/
export const defaultParams = {

@@ -393,1 +394,3 @@ /**

/***************** GENERATED FILE ********************/
/***************** GENERATED FILE ********************/

@@ -306,3 +306,3 @@ /***************** GENERATED FILE ********************/

*/
getIdsList(): number[];
getLabelList(): number[];
/**

@@ -309,0 +309,0 @@ * returns the datum point vector specified by label.

@@ -11,2 +11,3 @@ /***************** GENERATED FILE ********************/

/***************** GENERATED FILE ********************/
/***************** GENERATED FILE ********************/

@@ -33,1 +34,3 @@

/***************** GENERATED FILE ********************/
/***************** GENERATED FILE ********************/
{
"name": "hnswlib-wasm",
"version": "0.5.2",
"version": "0.5.3",
"description": "typescript and wasm bindings for Hnswlib",

@@ -38,5 +38,5 @@ "module": "./dist/hnswlib.js",

"@types/emscripten": "^1.39.6",
"@types/node": "^20.2.5",
"@typescript-eslint/eslint-plugin": "^5.59.8",
"@typescript-eslint/parser": "^5.59.8",
"@types/node": "^20.3.1",
"@typescript-eslint/eslint-plugin": "^5.59.11",
"@typescript-eslint/parser": "^5.59.11",
"@xn-sakina/phoenix": "^1.0.3",

@@ -48,3 +48,3 @@ "eslint": "^8.42.0",

"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-vitest": "^0.2.5",
"eslint-plugin-vitest": "^0.2.6",
"fake-indexeddb": "^4.0.1",

@@ -65,3 +65,3 @@ "happy-dom": "^9.20.3",

"vite-tsconfig-paths": "^4.2.0",
"vitest": "^0.31.4"
"vitest": "^0.32.0"
},

@@ -76,3 +76,6 @@ "packageManager": "yarn@3.5.0",

"LICENSE"
]
],
"volta": {
"node": "20.2.0"
}
}

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