pino-mongodb
Advanced tools
Comparing version 2.1.1 to 2.1.2
{ | ||
"name": "pino-mongodb", | ||
"version": "2.1.1", | ||
"version": "2.1.2", | ||
"description": "Insert JSON from stdin into MongoDB", | ||
"files": [ | ||
"lib" | ||
], | ||
"scripts": { | ||
@@ -34,16 +37,16 @@ "test": "tap test", | ||
"dependencies": { | ||
"carrier": "^0.3.0", | ||
"commander": "^2.19.0", | ||
"mongodb": "^3.6.2", | ||
"muri": "^1.3.0" | ||
"carrier": "0.3", | ||
"commander": "6.1", | ||
"mongodb": "3.6", | ||
"muri": "1.3" | ||
}, | ||
"devDependencies": { | ||
"eslint": "^5.9.0", | ||
"eslint-config-standard": "^12.0.0", | ||
"eslint-plugin-import": "^2.14.0", | ||
"eslint-plugin-node": "^8.0.0", | ||
"eslint-plugin-promise": "^4.0.1", | ||
"eslint-plugin-standard": "^4.0.0", | ||
"tap": "^12.1.0" | ||
"eslint": "7.9", | ||
"eslint-config-standard": "14.1", | ||
"eslint-plugin-import": "2.22", | ||
"eslint-plugin-node": "11.1", | ||
"eslint-plugin-promise": "4.2", | ||
"eslint-plugin-standard": "4.0", | ||
"tap": "14.10" | ||
} | ||
} |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
172993
4804
7
+ Addedcommander@6.1.0(transitive)
+ Addedmongodb@3.6.12(transitive)
- Removedcommander@2.20.3(transitive)
- Removedmongodb@3.7.4(transitive)
Updatedcarrier@0.3
Updatedcommander@6.1
Updatedmongodb@3.6
Updatedmuri@1.3