Socket
Socket
Sign inDemoInstall

elastic-builder

Package Overview
Dependencies
11
Maintainers
1
Versions
76
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.15.0 to 2.16.0

lib/aggregations/bucket-aggregations/rare-terms-aggregation.js

1

lib/aggregations/bucket-aggregations/index.js

@@ -28,2 +28,3 @@ 'use strict';

exports.RangeAggregation = require('./range-aggregation');
exports.RareTermsAggregation = require('./rare-terms-aggregation');
exports.ReverseNestedAggregation = require('./reverse-nested-aggregation');

@@ -30,0 +31,0 @@ exports.SamplerAggregation = require('./sampler-aggregation');

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

RangeAggregation = _require3$bucketAggre.RangeAggregation,
RareTermsAggregation = _require3$bucketAggre.RareTermsAggregation,
ReverseNestedAggregation = _require3$bucketAggre.ReverseNestedAggregation,

@@ -412,2 +413,5 @@ SamplerAggregation = _require3$bucketAggre.SamplerAggregation,

exports.RareTermsAggregation = RareTermsAggregation;
exports.rareTermsAggregation = constructorWrapper(RareTermsAggregation);
exports.ReverseNestedAggregation = ReverseNestedAggregation;

@@ -414,0 +418,0 @@ exports.reverseNestedAggregation = constructorWrapper(ReverseNestedAggregation);

2

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

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

@@ -28,2 +28,3 @@ 'use strict';

exports.RangeAggregation = require('./range-aggregation');
exports.RareTermsAggregation = require('./rare-terms-aggregation');
exports.ReverseNestedAggregation = require('./reverse-nested-aggregation');

@@ -30,0 +31,0 @@ exports.SamplerAggregation = require('./sampler-aggregation');

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

RangeAggregation,
RareTermsAggregation,
ReverseNestedAggregation,

@@ -433,2 +434,5 @@ SamplerAggregation,

exports.RareTermsAggregation = RareTermsAggregation;
exports.rareTermsAggregation = constructorWrapper(RareTermsAggregation);
exports.ReverseNestedAggregation = ReverseNestedAggregation;

@@ -435,0 +439,0 @@ exports.reverseNestedAggregation = constructorWrapper(ReverseNestedAggregation);

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