🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

migrate-mongo

Package Overview
Dependencies
Maintainers
1
Versions
71
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

migrate-mongo - npm Package Compare versions

Comparing version

to
8.2.3

26

package.json
{
"name": "migrate-mongo",
"version": "8.2.2",
"version": "8.2.3",
"description": "A database migration tool for MongoDB in Node",

@@ -29,22 +29,22 @@ "main": "lib/migrate-mongo.js",

"cli-table3": "^0.6.0",
"commander": "^7.1.0",
"date-fns": "^2.19.0",
"commander": "^8.1.0",
"date-fns": "^2.23.0",
"fn-args": "^5.0.0",
"fs-extra": "^9.1.0",
"fs-extra": "^10.0.0",
"lodash": "^4.17.21",
"mongodb": "^3.6.4",
"mongodb": "^4.0.1",
"p-each-series": "^2.2.0"
},
"devDependencies": {
"chai": "^4.3.3",
"coveralls": "^3.1.0",
"eslint": "^7.21.0",
"chai": "^4.3.4",
"coveralls": "^3.1.1",
"eslint": "^7.31.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-config-prettier": "^8.1.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-mocha": "^8.0.0",
"mocha": "^8.3.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-mocha": "^9.0.0",
"mocha": "^9.0.3",
"nyc": "^15.1.0",
"proxyquire": "^2.1.3",
"sinon": "^9.2.4"
"sinon": "^11.1.2"
},

@@ -51,0 +51,0 @@ "eslintConfig": {