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

contexture-elasticsearch

Package Overview
Dependencies
Maintainers
1
Versions
187
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

contexture-elasticsearch - npm Package Compare versions

Comparing version 1.8.2 to 1.9.0

3

CHANGELOG.md

@@ -0,1 +1,4 @@

# 1.9.0
* Add `aliasOf` to elastic schemas (for better alias handling)
# 1.8.2

@@ -2,0 +5,0 @@ * Fix bug with pivot processReponse including groups that weren't in the query when setting a drilldown

2

package.json
{
"name": "contexture-elasticsearch",
"version": "1.8.2",
"version": "1.9.0",
"description": "ElasticSearch Provider for Contexture",

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

@@ -54,3 +54,3 @@ let _ = require('lodash/fp')

// Just takes the first index that matched the alias
_.mapValues(([x]) => schemas[x])
_.mapValues(([x]) => _.merge({ elasticsearch: { aliasOf: x } }, schemas[x]))
)

@@ -57,0 +57,0 @@

@@ -207,2 +207,3 @@ module.exports = {

type: 'movie',
aliasOf: 'movies',
},

@@ -209,0 +210,0 @@ fields: {

@@ -33,2 +33,3 @@ module.exports = {

index: 'imdb',
aliasOf: 'movies',
},

@@ -35,0 +36,0 @@ fields: {

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