Socket
Socket
Sign inDemoInstall

iridium

Package Overview
Dependencies
Maintainers
1
Versions
157
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

iridium - npm Package Compare versions

Comparing version 1.3.4 to 1.3.5

test/transforms.js

4

lib/Model.js

@@ -164,5 +164,5 @@ /// <reference path="../nodelib/node.js"/>

doHook(toInsert);
}
};
var doInsert = function(err, object, next) {
var doInsert = function(err, object) {
if(err) return next(err);

@@ -169,0 +169,0 @@

@@ -60,5 +60,3 @@ /// <reference path="String.js"/>

if (condition) return {
passed: true
};
if (condition) return pass;

@@ -68,3 +66,3 @@ return fail(expected, got);

var propertyPrefix = property ? (property + '.') : 'object.';
var propertyPrefix = property ? (property + '.') : '';

@@ -71,0 +69,0 @@ if (!schemaType) return pass;

{
"name": "iridium",
"version": "1.3.4",
"version": "1.3.5",
"author": "Benjamin Pannell <admin@sierrasoftworks.com>",

@@ -5,0 +5,0 @@ "description": "A custom lightweight ORM for MongoDB designed for power-users",

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