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.10.0 to 2.11.0

lib/aggregations/pipeline-aggregations/moving-function-aggregation.js

1

lib/aggregations/pipeline-aggregations/index.js

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

exports.MovingAverageAggregation = require('./moving-average-aggregation');
exports.MovingFunctionAggregation = require('./moving-function-aggregation');
exports.CumulativeSumAggregation = require('./cumulative-sum-aggregation');

@@ -16,0 +17,0 @@ exports.BucketScriptAggregation = require('./bucket-script-aggregation');

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

MovingAverageAggregation = _require3$pipelineAgg.MovingAverageAggregation,
MovingFunctionAggregation = _require3$pipelineAgg.MovingFunctionAggregation,
CumulativeSumAggregation = _require3$pipelineAgg.CumulativeSumAggregation,

@@ -459,2 +460,5 @@ BucketScriptAggregation = _require3$pipelineAgg.BucketScriptAggregation,

exports.MovingFunctionAggregation = MovingFunctionAggregation;
exports.movingFunctionAggregation = constructorWrapper(MovingFunctionAggregation);
exports.CumulativeSumAggregation = CumulativeSumAggregation;

@@ -461,0 +465,0 @@ exports.cumulativeSumAggregation = constructorWrapper(CumulativeSumAggregation);

2

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

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

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

exports.MovingAverageAggregation = require('./moving-average-aggregation');
exports.MovingFunctionAggregation = require('./moving-function-aggregation');
exports.CumulativeSumAggregation = require('./cumulative-sum-aggregation');

@@ -16,0 +17,0 @@ exports.BucketScriptAggregation = require('./bucket-script-aggregation');

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

MovingAverageAggregation,
MovingFunctionAggregation,
CumulativeSumAggregation,

@@ -488,2 +489,7 @@ BucketScriptAggregation,

exports.MovingFunctionAggregation = MovingFunctionAggregation;
exports.movingFunctionAggregation = constructorWrapper(
MovingFunctionAggregation
);
exports.CumulativeSumAggregation = CumulativeSumAggregation;

@@ -490,0 +496,0 @@ exports.cumulativeSumAggregation = constructorWrapper(CumulativeSumAggregation);

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