Socket
Socket
Sign inDemoInstall

ee-orm

Package Overview
Dependencies
Maintainers
2
Versions
156
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ee-orm - npm Package Compare versions

Comparing version 0.3.7 to 0.3.8

5

lib/ORM.js

@@ -45,2 +45,7 @@ !function(){

, getORM: function() {
return ORM;
}
, _initializeOrm: function(callback) {

@@ -47,0 +52,0 @@ if (dev) log.debug('initializing ORM ...');

2

package.json
{
"name" : "ee-orm"
, "description" : "An easy to use ORM for node.js. Supports advanced eager loading, complex queries, joins, transactions, complex database clusters & connection pooling."
, "version" : "0.3.7"
, "version" : "0.3.8"
, "homepage" : "https://github.com/eventEmitter/ee-orm"

@@ -6,0 +6,0 @@ , "author" : "Michael van der Weg <michael@eventemitter.com> (http://eventemitter.com/)"

@@ -27,7 +27,6 @@

db.venue({id: ORM.gt(db.venue(['id'], {id:ORM.gt(0)}))}).find(cb);
db.event({id: ORM.and(2,3)}).find(cb);
return;

@@ -34,0 +33,0 @@

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