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

mvom

Package Overview
Dependencies
Maintainers
1
Versions
57
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mvom - npm Package Compare versions

Comparing version 0.0.5 to 0.0.6

4

CHANGELOG.md
# CHANGELOG.md
## 0.0.6
###### _2018-04-19_
- Provide default dictionary of @ID for _id property @kthompson23
## 0.0.5

@@ -4,0 +8,0 @@ ###### _2018-04-17_

2

package.json
{
"name": "mvom",
"author": "STORIS",
"version": "0.0.5",
"version": "0.0.6",
"description": "Multivalue Object Mapper",

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

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

*/
this.dictPaths = dictionaries;
this.dictPaths = { _id: '@ID', ...dictionaries };
/**

@@ -54,0 +54,0 @@ * The compiled schema object path stucture

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