Comparing version 0.1.1 to 0.1.2
@@ -184,2 +184,9 @@ var assign = require('lodash.assign'); | ||
/** | ||
* Returns a copy of the model's data | ||
* @return {Object} | ||
*/ | ||
toJSON: function () { | ||
return clone(this.data); | ||
}, | ||
@@ -186,0 +193,0 @@ /** |
{ | ||
"name": "quell", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "A no-frills active record implementation for node-mysql.", | ||
@@ -44,4 +44,4 @@ "main": "quell.js", | ||
"proxmis": "^0.2.0", | ||
"queryize": "^1.0.1" | ||
"queryize": "^1.1.1" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
285559
4467
Updatedqueryize@^1.1.1