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

search-sdk

Package Overview
Dependencies
Maintainers
2
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

search-sdk - npm Package Compare versions

Comparing version 0.3.0 to 0.3.1

.idea/modules.xml

2

lib/search.js

@@ -37,3 +37,3 @@ (function() {

ids = 1 <= arguments.length ? slice.call(arguments, 0) : [];
return this.client.deleteDocumentsAsync(this.index, id);
return this.client.deleteDocumentsAsync(this.index, ids);
};

@@ -40,0 +40,0 @@

{
"name": "search-sdk",
"version": "0.3.0",
"version": "0.3.1",
"description": "search-sdk",

@@ -16,3 +16,2 @@ "main": "index.js",

"azure-search": "0.0.16",
"taim": "^1.0.2",
"lodash": "4.17.4"

@@ -19,0 +18,0 @@ },

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