Socket
Socket
Sign inDemoInstall

elastic-dsl-typescript

Package Overview
Dependencies
0
Maintainers
1
Versions
34
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.3.0 to 1.5.0

.releaserc

6

dist/Builders/Text/index.js

@@ -27,4 +27,4 @@ "use strict";

[filter]: {
[data.field]: Object.assign(Object.assign({}, data.params), data.opts)
}
[data.field]: Object.assign(Object.assign({}, data.params), data.opts),
},
};

@@ -34,3 +34,3 @@ }

this._query = {
[filter]: Object.assign(Object.assign({}, data.params), data.opts)
[filter]: Object.assign(Object.assign({}, data.params), data.opts),
};

@@ -37,0 +37,0 @@ }

{
"name": "elastic-dsl-typescript",
"version": "1.3.0",
"version": "1.5.0",
"description": "Node.js ElasticSearch search query builder",

@@ -33,2 +33,6 @@ "main": "dist/index.js",

"@commitlint/config-conventional": "^17.2.0",
"@semantic-release/changelog": "^6.0.2",
"@semantic-release/npm": "^9.0.1",
"@types/jest": "^24.0.18",
"@types/node": "^12.12.27",
"@typescript-eslint/eslint-plugin": "^5.43.0",

@@ -42,8 +46,7 @@ "eslint": "^7.32.0",

"eslint-plugin-prettier": "^4.0.0",
"jest": "^24.9.0",
"lefthook": "^1.2.0",
"prettier": "^2.6.1",
"prettier-eslint": "^13.0.0",
"@types/jest": "^24.0.18",
"@types/node": "^12.12.27",
"jest": "^24.9.0",
"semantic-release": "^19.0.5",
"ts-jest": "^24.1.0",

@@ -50,0 +53,0 @@ "tslint": "^5.20.0",

### Library for generating queries (Elastic DSL) in the typescript language.
##### Support :

@@ -4,0 +5,0 @@

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc