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

native-mongo-util

Package Overview
Dependencies
Maintainers
1
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

native-mongo-util - npm Package Compare versions

Comparing version 1.0.7 to 1.0.8

.travis.yml

27

package.json
{
"name": "native-mongo-util",
"version": "1.0.7",
"version": "1.0.8",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint src/**/",
"format": "prettier --write 'src/**/*.js'"
"test": "ava test.js",
"lint": "eslint index.js",
"format": "prettier --write 'index.js'"
},

@@ -23,17 +23,18 @@ "repository": {

"dependencies": {
"bluebird": "^3.5.1",
"bluebird": "^3.5.2",
"lil-logger": "github:saggiyogesh/lil-logger",
"memoizee": "^0.4.12",
"mongodb": "^3.0.9",
"memoizee": "^0.4.14",
"mongodb": "^3.1.8",
"then-sleep": "^1.0.1"
},
"devDependencies": {
"eslint": "^4.19.1",
"ava": "^0.25.0",
"eslint": "^5.7.0",
"eslint-config-lil": "^1.0.4",
"eslint-config-prettier": "^2.9.0",
"eslint-config-xo-space": "^0.18.0",
"eslint-plugin-prettier": "^2.6.0",
"nodemon": "^1.17.5",
"prettier": "^1.13.4"
"eslint-config-prettier": "^3.1.0",
"eslint-config-xo-space": "^0.20.0",
"eslint-plugin-prettier": "^3.0.0",
"nodemon": "^1.18.4",
"prettier": "^1.14.3"
}
}
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