app-migrations
Advanced tools
Comparing version 1.0.0 to 1.1.0
{ | ||
"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" | ||
} |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
17072
4
1