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

elasticsearch-odm-5

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

elasticsearch-odm-5 - npm Package Compare versions

Comparing version 0.4.1 to 0.4.2

3

lib/schema.js

@@ -197,3 +197,3 @@ 'use-strict';

Object.keys(value[0]).forEach(function (v) {
mapSchemaType(v, key);
mapSchemaType(v, key + '[0]');
});

@@ -216,2 +216,3 @@ } else {

currentPath = currentPath.replace('[0]', '')
dot.str(currentPath, fieldObj, results.fields);

@@ -218,0 +219,0 @@ }

{
"name": "elasticsearch-odm-5",
"version": "0.4.1",
"version": "0.4.2",
"description": "Like Mongoose but for Elasticsearch 5.x. Define models, preform CRUD operations, and build advanced search queries.",

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

Sorry, the diff of this file is not supported yet

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