New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

elasticsearch-graphql

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

elasticsearch-graphql - npm Package Compare versions

Comparing version 3.0.0 to 3.0.1

3

lib/aggregations.js

@@ -16,6 +16,7 @@ var OrderByEnum = require('../types/OrderByEnum')

var name = [type, _.uniqueId()].join('_')
termsTranslation[type] = prop
if (p.properties) {
convertFields(opts, fields, p.properties, argsFilters)
convertFields(opts, fields, p.properties, argsFilters, termsTranslation)
} else {

@@ -22,0 +23,0 @@ fields.terms = {

@@ -29,4 +29,5 @@ var _ = require('lodash')

var filter = {}
var translated = target.split('.').map(x => termsTranslation[x]).join('.')
filter[termsTranslation[target]] = value
filter[translated] = value

@@ -33,0 +34,0 @@ filterGroup.bool[boolGroup].push({

{
"name": "elasticsearch-graphql",
"version": "3.0.0",
"version": "3.0.1",
"description": "Schema generator and query builder for elasticsearch",

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

@@ -13,3 +13,3 @@ # Elastic Search GraphQL

## Compitability
## Compatibility
This package is tested and working on

@@ -16,0 +16,0 @@ - [graphql](https://github.com/graphql/graphql-js) version ^0.6.2 (should be okey from version 0.5.x)

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