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.3 to 0.0.4

4

CHANGELOG.md
# CHANGELOG.md
## 0.0.4
###### _2018-04-16_
- Partially revert changes to default export -- continue to export as named exports as well @shawnmcknight
## 0.0.3

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

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

});
exports.Schema = exports.Errors = exports.Connection = undefined;

@@ -84,2 +85,5 @@ var _Connection = require('./Connection');

exports.default = mvom;
exports.default = mvom;
exports.Connection = _Connection2.default;
exports.Errors = _Errors2.default;
exports.Schema = _Schema2.default;

2

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

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

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