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

es-alchemy

Package Overview
Dependencies
Maintainers
1
Versions
318
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

es-alchemy - npm Package Compare versions

Comparing version 8.3.0 to 8.3.1

4

lib/util/rest/data/query.js

@@ -104,3 +104,5 @@ "use strict";

esResult.body.hits.hits.forEach(r => {
// eslint-disable-next-line no-underscore-dangle
// eslint-disable-next-line no-underscore-dangle,no-param-reassign
r._source._id = get(r, ['_source', '_id'], r._id); // eslint-disable-next-line no-underscore-dangle
rewriterRemap(r._source); // eslint-disable-next-line no-underscore-dangle

@@ -107,0 +109,0 @@

{
"name": "es-alchemy",
"version": "8.3.0",
"version": "8.3.1",
"description": "Simplification of Elasticsearch interactions",

@@ -44,3 +44,3 @@ "main": "lib/index.js",

"@babel/cli": "7.14.5",
"@babel/core": "7.14.5",
"@babel/core": "7.14.6",
"@babel/register": "7.14.5",

@@ -53,3 +53,3 @@ "@blackflux/eslint-plugin-rules": "2.0.3",

"coveralls": "3.1.0",
"deep-equal-in-any-order": "1.1.7",
"deep-equal-in-any-order": "1.1.8",
"eslint": "7.28.0",

@@ -66,3 +66,3 @@ "eslint-config-airbnb-base": "14.2.1",

"request-promise-native": "1.0.9",
"semantic-release": "17.4.3",
"semantic-release": "17.4.4",
"uuid": "8.3.2"

@@ -69,0 +69,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