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 2.3.0 to 2.3.1

10

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

@@ -37,5 +37,5 @@ "main": "lib/index.js",

"devDependencies": {
"@babel/cli": "7.2.3",
"@babel/core": "7.4.0",
"@babel/plugin-proposal-object-rest-spread": "7.4.0",
"@babel/cli": "7.4.3",
"@babel/core": "7.4.3",
"@babel/plugin-proposal-object-rest-spread": "7.4.3",
"@babel/plugin-transform-flow-comments": "7.4.0",

@@ -48,3 +48,3 @@ "@babel/preset-flow": "7.0.0",

"deep-equal-in-any-order": "1.0.13",
"eslint": "5.15.3",
"eslint": "5.16.0",
"js-gardener": "1.38.2",

@@ -51,0 +51,0 @@ "nyc": "13.3.0",

@@ -244,3 +244,4 @@ [![Build Status](https://circleci.com/gh/loopmediagroup/es-alchemy.png?style=shield)](https://circleci.com/gh/loopmediagroup/es-alchemy)

effect when multiple clauses search the same relationship. When `separate` is used, all conditions need to be
met on the same object. When union is used, they can be met on different objects in the relationship.
met on the same object. When union is used, they can be met on different objects in the relationship. The `target`
defaults to `separate`, which is what you want in most cases.

@@ -247,0 +248,0 @@ `// todo: this section needs improvement`

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