Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

es-alchemy

Package Overview
Dependencies
Maintainers
1
Versions
318
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

es-alchemy - npm Package Compare versions

Comparing version 7.0.19 to 8.0.0

7

lib/resources/action-map/filter.js

@@ -129,8 +129,5 @@ "use strict";

[l]: {
shape: r.length === 2 && r.every(p => typeof p === 'number') ? {
type: 'point',
shape: {
type: r.length === 2 && r.every(p => typeof p === 'number') ? 'point' : 'polygon',
coordinates: r
} : {
type: 'polygon',
coordinates: [r]
},

@@ -137,0 +134,0 @@ relation: 'intersects'

@@ -15,3 +15,3 @@ "use strict";

type: 'Polygon',
coordinates: [v]
coordinates: v
} : null,

@@ -18,0 +18,0 @@ datetime: identity,

@@ -11,3 +11,3 @@ "use strict";

geo_point: identity,
geo_shape: v => v !== null ? v.coordinates[0] : null,
geo_shape: v => v !== null ? v.coordinates : null,
text: identity,

@@ -14,0 +14,0 @@ enum: identity,

{
"name": "es-alchemy",
"version": "7.0.19",
"version": "8.0.0",
"description": "Simplification of Elasticsearch interactions",

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc