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.11.0 to 2.11.1

4

lib/Model.js

@@ -575,3 +575,3 @@ var _ = require('lodash'),

if(this.cache && this.cache.valid(conditions))
this.cache.drop(conditions, function() {
this.cache.drop(conditions, (function() {
this.collection.remove(conditions, { w: callback ? 1 : 0 }, (function(err, modified) {

@@ -581,3 +581,3 @@ if (err) this.emit('error', err);

}).bind(this));
});
}).bind(this));
else

@@ -584,0 +584,0 @@ this.collection.remove(conditions, { w: callback ? 1 : 0 }, (function(err, modified) {

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

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

"mongodb": "*",
"skmatc": "*",
"skmatc": "*",
"lodash": "*",

@@ -27,0 +27,0 @@ "async": "*",

Sorry, the diff of this file is not supported yet

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