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 2.1.19 to 2.1.20

4

Changelog.md

@@ -0,1 +1,5 @@

### v2.1.20 - 19 Nov 2014
- Exposing dirty properties array on the instance (#575)
- Bump node-enforce version (#562)
### v2.1.19 - 21 Aug 2014

@@ -2,0 +6,0 @@ - Fix Chain.find().remove() & Chain.find.count() with mapsTo keys (#530)

@@ -650,2 +650,6 @@ var Utilities = require("./Utilities");

});
Object.defineProperty(instance, "dirtyProperties", {
get: function () { return opts.changes; },
enumerable: false
});
Object.defineProperty(instance, "isInstance", {

@@ -652,0 +656,0 @@ value: true,

6

package.json

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

],
"version" : "2.1.19",
"version" : "2.1.20",
"license" : "MIT",

@@ -40,3 +40,3 @@ "homepage" : "http://dresende.github.io/node-orm2",

"dependencies": {
"enforce" : "0.1.2",
"enforce" : "0.1.5",
"sql-query" : "git+https://github.com/dresende/node-sql-query.git#v0.1.23",

@@ -51,3 +51,3 @@ "sql-ddl-sync" : "git+https://github.com/dresende/node-sql-ddl-sync.git#v0.3.10",

"sqlite3" : "2.1.7",
"async" : "*",
"async" : "0.9.0",
"mocha" : "1.13.0",

@@ -54,0 +54,0 @@ "should" : "1.2.2",

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