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 2.9.1 to 2.9.2

6

lib/Instance.js

@@ -90,6 +90,6 @@ /// <reference path="../nodelib/node.js"/>

for(var i = 0; i < args.length; i++) {
for(var i = args.length - 1; i >= 0; i--) {
if('function' == typeof args[i]) callback = args[i];
else if(!conditions) conditions = args[i];
else changes = args[i];
else if(!changes) changes = args[i];
else conditions = args[i];
}

@@ -96,0 +96,0 @@

{
"name": "iridium",
"version": "2.9.1",
"version": "2.9.2",
"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