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

app-migrations

Package Overview
Dependencies
Maintainers
30
Versions
240
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

app-migrations - npm Package Compare versions

Comparing version 1.0.0 to 1.1.0

17

package.json
{
"name": "app-migrations",
"description": "Helper for application schema migrations.",
"version": "1.0.0",
"version": "1.1.0",
"scripts": {
"check": "mongodb-js-precommit",
"test": "mocha"
"check": "npm run lint && npm run depcheck",
"test": "mocha",
"lint": "eslint \"./{src,lib,test,bin}/**/*.{js,jsx,ts,tsx}\" \"./*.js\" --no-error-on-unmatched-pattern",
"depcheck": "depcheck || echo \"!!! Dependency check failed, but the failure is ignored by now. This should be addressed in COMPASS-4772 !!!\"",
"test-ci": "npm run test"
},

@@ -25,7 +28,9 @@ "author": "Thomas Rueckstiess <thomas@rueckstiess.net>",

"devDependencies": {
"depcheck": "^1.4.0",
"eslint": "^7.25.0",
"eslint-config-mongodb-js": "^5.0.3",
"mocha": "^7.0.0",
"mongodb-js-precommit": "^2.1.0"
"mocha": "^7.0.0"
},
"license": "Apache-2.0"
"license": "Apache-2.0",
"gitHead": "bba8eefe38447ca02a5b3c5004977712943438ec"
}
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