Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

elasticsearch

Package Overview
Dependencies
Maintainers
3
Versions
128
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

elasticsearch - npm Package Compare versions

Comparing version 15.1.0 to 15.1.1

2

package.json

@@ -10,3 +10,3 @@ {

"homepage": "http://www.elastic.co/guide/en/elasticsearch/client/javascript-api/current/index.html",
"version": "15.1.0",
"version": "15.1.1",
"keywords": [

@@ -13,0 +13,0 @@ "elasticsearch",

@@ -1,2 +0,2 @@

# elasticsearch.js 15.1.0
# elasticsearch.js 15.1.1

@@ -3,0 +3,0 @@ The official low-level Elasticsearch client for Node.js and the browser.

@@ -23,3 +23,7 @@ /**

if (val) {
return JSON.stringify(val, replacer, spaces);
if (replacer || spaces) {
return JSON.stringify(val, replacer, spaces);
} else {
return JSON.stringify(val);
}
}

@@ -26,0 +30,0 @@ /* falls through */

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