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

es-alchemy

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

es-alchemy - npm Package Compare versions

Comparing version 8.2.15 to 8.3.0

@@ -114,2 +114,20 @@ "use strict";

}),
prefix: (l, r) => ({
prefix: {
[l]: {
value: r
}
}
}),
notprefix: (l, r) => ({
bool: {
must_not: {
prefix: {
[l]: {
value: r
}
}
}
}
}),
search: (l, r) => ({

@@ -116,0 +134,0 @@ bool: {

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

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

"devDependencies": {
"@babel/cli": "7.14.3",
"@babel/core": "7.14.3",
"@babel/register": "7.13.16",
"@babel/cli": "7.14.5",
"@babel/core": "7.14.5",
"@babel/register": "7.14.5",
"@blackflux/eslint-plugin-rules": "2.0.3",

@@ -48,0 +48,0 @@ "@blackflux/robo-config-plugin": "5.1.0",