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

hadron-app-registry

Package Overview
Dependencies
Maintainers
30
Versions
524
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hadron-app-registry - npm Package Compare versions

Comparing version 7.2.0 to 7.3.0

21

package.json

@@ -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"
}
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