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 7.0.4 to 7.0.5

18

package.json
{
"name": "es-alchemy",
"version": "7.0.4",
"version": "7.0.5",
"description": "Simplification of Elasticsearch interactions",

@@ -43,17 +43,17 @@ "main": "lib/index.js",

"devDependencies": {
"@babel/cli": "7.12.10",
"@babel/core": "7.12.10",
"@babel/register": "7.12.10",
"@babel/cli": "7.12.16",
"@babel/core": "7.12.16",
"@babel/register": "7.12.13",
"@blackflux/eslint-plugin-rules": "1.3.45",
"@blackflux/robo-config-plugin": "4.0.4",
"@blackflux/robo-config-plugin": "4.1.0",
"babel-eslint": "10.1.0",
"babel-preset-latest-node": "5.4.0",
"chai": "4.2.0",
"chai": "4.3.0",
"coveralls": "3.1.0",
"deep-equal-in-any-order": "1.0.28",
"eslint": "7.19.0",
"eslint": "7.20.0",
"eslint-config-airbnb-base": "14.2.1",
"eslint-plugin-import": "2.22.1",
"eslint-plugin-json": "2.1.2",
"eslint-plugin-markdown": "1.0.2",
"eslint-plugin-markdown": "2.0.0",
"eslint-plugin-mocha": "8.0.0",

@@ -65,3 +65,3 @@ "js-gardener": "2.0.184",

"request-promise-native": "1.0.9",
"semantic-release": "17.3.7",
"semantic-release": "17.3.9",
"uuid": "8.3.2"

@@ -68,0 +68,0 @@ },

@@ -195,3 +195,2 @@ # ESAlchemy

<!-- eslint-disable no-undef -->
```js

@@ -226,3 +225,2 @@ Promise.all(esa.index.list().map((idx) => esa.rest.mapping.recreate(idx)))

<!-- eslint-disable no-undef -->
```js

@@ -342,3 +340,2 @@ sourceObject = {/* ... */};

if (response.elapsedTime > 500) {
// eslint-disable-next-line no-undef
logger.warning(`Query time ${request.index}\n${JSON.stringify(request.body)}`);

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