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.3.1-0 to 0.4.0

12

package.json
{
"name": "hnswlib-wasm",
"version": "0.3.1-0",
"version": "0.4.0",
"description": "typescript and wasm bindings for Hnswlib",

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

"test": "vitest",
"publish:pre": "npm version prerelease --git-tag-version false && npm publish --tag latest",
"publish:next": "npm version prerelease --git-tag-version false && npm publish --tag next",
"publish:latest": "npm version minor --git-tag-version false && npm publish --tag latest"
"publish:next:pre": "npm version prerelease --git-tag-version false && npm publish --tag latest",
"publish:next:patch": "npm version minor --git-tag-version false && npm publish --tag next",
"publish:next:minor": "npm version minor --git-tag-version false && npm publish --tag next",
"publish:next:major": "npm version minor --git-tag-version false && npm publish --tag next",
"publish:latest:patch": "npm version patch --git-tag-version false && npm publish --tag latest",
"publish:latest:minor": "npm version minor --git-tag-version false && npm publish --tag latest",
"publish:latest:major": "npm version major --git-tag-version false && npm publish --tag latest"
},

@@ -32,0 +36,0 @@ "devDependencies": {

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