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

moltyjs

Package Overview
Dependencies
Maintainers
1
Versions
71
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

moltyjs - npm Package Compare versions

Comparing version 1.0.10 to 1.1.0

7

CHANGELOG.md

@@ -20,2 +20,8 @@ ## [Unreleased]

## [1.1.0] - 2018-09-10
### Fixed
- initialization default values in array schema properties
## [1.0.10] - 2018-08-22

@@ -569,2 +575,3 @@

[1.1.0]: https://github.com/Yonirt/moltyjs/compare/v1.0.10...v1.1.0
[1.0.10]: https://github.com/Yonirt/moltyjs/compare/v1.0.9...v1.0.10

@@ -571,0 +578,0 @@ [1.0.9]: https://github.com/Yonirt/moltyjs/compare/v1.0.8...v1.0.9

3

lib/model.js

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

};else payload[key] = defaultValue;
return;

@@ -421,4 +420,4 @@ }

payload[key][i] = this._normalizePayload(payload[key][i], schema[key][0]);
return;
}
return;
}

@@ -425,0 +424,0 @@

{
"name": "moltyjs",
"version": "1.0.10",
"version": "1.1.0",
"description": "A tiny ODM for MongoDB with multy tenancy support.",

@@ -5,0 +5,0 @@ "main": "lib/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