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.26.0 to 2.27.0

src/aggregations/metrics-aggregations/weighted-average-aggregation.js

2

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

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

@@ -19,1 +19,2 @@ 'use strict';

exports.ValueCountAggregation = require('./value-count-aggregation');
exports.WeightedAverageAggregation = require('./weighted-average-aggregation');

@@ -78,3 +78,3 @@ 'use strict';

/**
* Sets the missing parameter ehich defines how documents
* Sets the missing parameter which defines how documents
* that are missing a value should be treated.

@@ -81,0 +81,0 @@ *

@@ -108,3 +108,4 @@ /* eslint-disable max-lines */

TopHitsAggregation,
ValueCountAggregation
ValueCountAggregation,
WeightedAverageAggregation
},

@@ -351,2 +352,7 @@ bucketAggregations: {

exports.WeightedAverageAggregation = WeightedAverageAggregation;
exports.weightedAverageAggregation = constructorWrapper(
WeightedAverageAggregation
);
exports.CardinalityAggregation = CardinalityAggregation;

@@ -353,0 +359,0 @@ exports.cardinalityAggregation = constructorWrapper(CardinalityAggregation);

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