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

orm

Package Overview
Dependencies
Maintainers
2
Versions
103
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

orm - npm Package Compare versions

Comparing version 6.0.0 to 6.1.0

3

Changelog.md

@@ -0,1 +1,4 @@

### v6.1.0
- [Feature] Accept options when calling `Model.create` ([856](../../pull/856))
### v6.0.0

@@ -2,0 +5,0 @@ - [POSSIBLY BREAKING] Set internal default property value to `undefined` instead of `null` ([855](../../pull/855)).

2

lib/Model.js

@@ -619,3 +619,3 @@ var _ = require("lodash");

}
item.save(function (err) {
item.save({}, options, function (err) {
if (err) {

@@ -622,0 +622,0 @@ err.index = index;

@@ -15,3 +15,3 @@ {

],
"version": "6.0.0",
"version": "6.1.0",
"license": "MIT",

@@ -18,0 +18,0 @@ "homepage": "http://dresende.github.io/node-orm2",

@@ -11,3 +11,3 @@ ## Object Relational Mapping

If you're starting a new project, please consider using one of the following instead as they have a much more active community:
If you're starting a new project, consider using one of the following instead as they have a more active community:
* https://github.com/bookshelf/bookshelf

@@ -14,0 +14,0 @@ * https://github.com/sequelize/sequelize

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