Socket
Socket
Sign inDemoInstall

elastic-builder

Package Overview
Dependencies
8
Maintainers
1
Versions
76
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.21.0 to 2.22.0

2

package.json
{
"name": "elastic-builder",
"version": "2.21.0",
"version": "2.22.0",
"description": "A JavaScript implementation of the elasticsearch Query DSL",

@@ -5,0 +5,0 @@ "main": "src/index.js",

@@ -16,2 +16,3 @@ /* eslint-disable max-lines */

SearchTemplate,
Query,
util: { constructorWrapper }

@@ -171,2 +172,5 @@ } = require('./core');

/* ============ ============ ============ */
exports.Query = Query;
exports.query = constructorWrapper(Query);
exports.MatchAllQuery = MatchAllQuery;

@@ -173,0 +177,0 @@ exports.matchAllQuery = constructorWrapper(MatchAllQuery);

Sorry, the diff of this file is too big to display

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