hadron-app-registry
Advanced tools
Comparing version 7.2.0 to 7.3.0
@@ -7,3 +7,3 @@ { | ||
"homepage": "https://github.com/mongodb-js/hadron-app-registry", | ||
"version": "7.2.0", | ||
"version": "7.3.0", | ||
"repository": { | ||
@@ -18,9 +18,12 @@ "type": "git", | ||
"scripts": { | ||
"ci": "npm test", | ||
"test-check-ci": "npm test", | ||
"test": "mocha --recursive", | ||
"check": "mongodb-js-precommit" | ||
"check": "npm run lint && npm run depcheck", | ||
"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" | ||
}, | ||
"dependencies": { | ||
"debug": "^2.2.0", | ||
"eventemitter3": "^2.0.3", | ||
"debug": "^4.1.1", | ||
"eventemitter3": "^4.0.0", | ||
"reflux": "^0.4.0" | ||
@@ -30,7 +33,9 @@ }, | ||
"chai": "^4.1.2", | ||
"depcheck": "^1.4.0", | ||
"eslint": "^7.25.0", | ||
"eslint-config-mongodb-js": "^5.0.3", | ||
"mocha": "^7.0.1", | ||
"mongodb-js-precommit": "^2.0.0", | ||
"sinon": "^8.1.1" | ||
} | ||
"sinon": "^9.0.0" | ||
}, | ||
"gitHead": "c520c1863b7b452f31d39163611acadb082bb42f" | ||
} |
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
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
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
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
26459
6
+ Addeddebug@4.3.7(transitive)
+ Addedeventemitter3@4.0.7(transitive)
+ Addedms@2.1.3(transitive)
- Removeddebug@2.6.9(transitive)
- Removedeventemitter3@2.0.3(transitive)
- Removedms@2.0.0(transitive)
Updateddebug@^4.1.1
Updatedeventemitter3@^4.0.0