New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

sails-mongo

Package Overview
Dependencies
Maintainers
7
Versions
58
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sails-mongo - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

10

package.json
{
"name": "sails-mongo",
"version": "2.0.0",
"version": "2.0.1",
"description": "Mongo DB adapter for Sails.js/Waterline.",

@@ -8,3 +8,3 @@ "main": "./lib",

"test": "npm run lint && npm run custom-tests",
"custom-tests": "node node_modules/mocha/bin/mocha test/run-adapter-specific-tests && node node_modules/mocha/bin/mocha test/connectable/ && node node_modules/mocha/bin/mocha test/run-standard-tests",
"custom-tests": "node node_modules/mocha/bin/mocha test/run-adapter-specific-tests && node node_modules/mocha/bin/mocha test/connectable/ && node test/run-standard-tests",
"lint": "node node_modules/eslint/bin/eslint . --max-warnings=0",

@@ -35,7 +35,7 @@ "start-mongodb": "docker-compose up -d mongo",

"@sailshq/lodash": "^3.10.4",
"async": "3.2.0",
"async": "3.2.4",
"flaverr": "^1.10.0",
"machine": "^15.2.2",
"mongodb": "3.5.9",
"qs": "6.9.4"
"mongodb": "3.7.3",
"qs": "6.9.7"
},

@@ -42,0 +42,0 @@ "devDependencies": {

Sorry, the diff of this file is not supported yet

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