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

quell

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

quell - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

7

lib/quell.js

@@ -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 @@ /**

4

package.json
{
"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"
}
}
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