Socket
Socket
Sign inDemoInstall

iridium

Package Overview
Dependencies
26
Maintainers
1
Versions
157
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 7.2.1 to 7.2.2

2

dist/lib/Model.js

@@ -483,2 +483,4 @@ "use strict";

}
if (!index)
return Bluebird.reject(new Error("Expected a valid index name to be provided"));
return new Bluebird((resolve, reject) => {

@@ -485,0 +487,0 @@ this.collection.dropIndex(index, (err, result) => {

12

dist/test/Core.js

@@ -129,15 +129,7 @@ "use strict";

options: {
server: {
socketOptions: {
connectTimeoutMS: 1000
}
}
connectTimeoutMS: 1000
}
});
chai.expect(core.settings.options).to.eql({
server: {
socketOptions: {
connectTimeoutMS: 1000
}
}
connectTimeoutMS: 1000
});

@@ -144,0 +136,0 @@ });

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

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

"@types/lodash": "^4.14.64",
"@types/mongodb": "^2.2.2",
"@types/mongodb": "^2.2.4",
"@types/chai": "^3.5.2",
"bluebird": "^3.5.0",
"lodash": "^4.17.4",
"mongodb": "^2.2.26",
"mongodb": "^2.2.28",
"skmatc": "~1.2.2"

@@ -62,0 +62,0 @@ },

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc