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.7 to 2.1.8

3

Changelog.md
### v2.2.0 - (to do, in future)
- Fixes error code spelling: `PARAM_MISSMATCH` -> `PARAM_MISMATCH`
### v2.1.8 - 28 Apr 2014
- Fix '.omit' (#491)
### v2.1.7 - 25 Apr 2014

@@ -5,0 +8,0 @@ - Add explicit 'integer' type to avoid confusion.

2

lib/ChainFind.js

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

}
this.only(_.difference(Object.keys(Model.properties), omit));
this.only(_.difference(Object.keys(Model.allProperties), omit));
return this;

@@ -51,0 +51,0 @@ },

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

],
"version" : "2.1.7",
"version" : "2.1.8",
"license" : "MIT",

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

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

surname : String,
age : Number,
age : Number, // FLOAT
male : Boolean,

@@ -57,0 +57,0 @@ continent : [ "Europe", "America", "Asia", "Africa", "Australia", "Antartica" ], // ENUM type

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