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.16 to 0.3.17

2

lib/Model.js

@@ -19,4 +19,2 @@ !function(){

, init: function(options) {
Class.define(this, '_defintion' , Class(options.definition));

@@ -23,0 +21,0 @@ Class.define(this, '_orm' , Class(options.orm));

@@ -307,3 +307,2 @@ !function(){

, database: thisContext.databaseName
, ContainingModel: thisContext.Model
, isMapping: false

@@ -366,3 +365,2 @@ });

, database: thisContext.databaseName
, ContainingModel: thisContext.Model
, isMapping: true

@@ -369,0 +367,0 @@ , getDatabase: thisContext.getDatabase

3

lib/RelatingSet.js

@@ -28,4 +28,5 @@ !function(){

Class.define(this, '_error' , Class(null).Writable());
Class.define(this, 'Model' , Class(options.ContainingModel).Enumerable())
Class.define(this, 'isMapping' , Class(!!options.isMapping));
this.Model = this._orm[this._database][this._definition.name];
}

@@ -32,0 +33,0 @@

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

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

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