Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

mongo-unit

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mongo-unit - npm Package Compare versions

Comparing version 1.3.1 to 1.3.2

.mongo-unit/diagnostic.data/metrics.2018-01-30T15-56-28Z-00000

6

index.js

@@ -72,3 +72,3 @@ 'use strict';

})
return Promise.all(queries)
return Promise.all(queries).then(() => db.close())
})

@@ -84,3 +84,3 @@ }

})
return Promise.all(queries)
return Promise.all(queries).then(() => db.close())
})

@@ -91,3 +91,3 @@ }

return client.connect(getUrl())
.then(db => db.dropDatabase())
.then(db => db.dropDatabase().then(() => db.close()))
}

@@ -94,0 +94,0 @@

{
"name": "mongo-unit",
"version": "1.3.1",
"version": "1.3.2",
"description": "mongo db for unit tests",

@@ -5,0 +5,0 @@ "main": "index.js",

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