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

dstore-elasticsearch

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dstore-elasticsearch - npm Package Compare versions

Comparing version 0.1.5 to 0.1.6

1

lib/elasticsearchMigrator.js

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

mapping[blueprint.elasticsearch.type] = {
_id: { path: 'id' },
properties: properties

@@ -126,0 +125,0 @@ };

2

package.json
{
"name": "dstore-elasticsearch",
"version": "0.1.5",
"version": "0.1.6",
"description": "Elasticsearch / Elastic storage engine for dstore.",

@@ -5,0 +5,0 @@ "repository": {

@@ -91,3 +91,2 @@ import _ from 'lodash';

mapping[blueprint.elasticsearch.type] = {
_id: {path: 'id'},
properties: properties

@@ -94,0 +93,0 @@ };

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