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.7.1 to 2.8.0

lib/aggregations/bucket-aggregations/geo-tile-grid-aggregation.js

1

lib/aggregations/bucket-aggregations/index.js

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

exports.GeoHashGridAggregation = require('./geo-hash-grid-aggregation');
exports.GeoTileGridAggregation = require('./geo-tile-grid-aggregation');
exports.GlobalAggregation = require('./global-aggregation');

@@ -22,0 +23,0 @@ exports.HistogramAggregation = require('./histogram-aggregation');

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

GeoHashGridAggregation = _require3$bucketAggre.GeoHashGridAggregation,
GeoTileGridAggregation = _require3$bucketAggre.GeoTileGridAggregation,
GlobalAggregation = _require3$bucketAggre.GlobalAggregation,

@@ -385,2 +386,5 @@ HistogramAggregation = _require3$bucketAggre.HistogramAggregation,

exports.GeoTileGridAggregation = GeoTileGridAggregation;
exports.geoTileGridAggregation = constructorWrapper(GeoTileGridAggregation);
exports.GlobalAggregation = GlobalAggregation;

@@ -387,0 +391,0 @@ exports.globalAggregation = constructorWrapper(GlobalAggregation);

2

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

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

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

exports.GeoHashGridAggregation = require('./geo-hash-grid-aggregation');
exports.GeoTileGridAggregation = require('./geo-tile-grid-aggregation');
exports.GlobalAggregation = require('./global-aggregation');

@@ -22,0 +23,0 @@ exports.HistogramAggregation = require('./histogram-aggregation');

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

GeoHashGridAggregation,
GeoTileGridAggregation,
GlobalAggregation,

@@ -406,2 +407,5 @@ HistogramAggregation,

exports.GeoTileGridAggregation = GeoTileGridAggregation;
exports.geoTileGridAggregation = constructorWrapper(GeoTileGridAggregation);
exports.GlobalAggregation = GlobalAggregation;

@@ -408,0 +412,0 @@ exports.globalAggregation = constructorWrapper(GlobalAggregation);

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