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

hadron-app-registry

Package Overview
Dependencies
Maintainers
29
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 8.4.0 to 8.5.0

.eslintrc.js

43

package.json

@@ -10,3 +10,3 @@ {

"homepage": "https://github.com/mongodb-js/compass",
"version": "8.4.0",
"version": "8.5.0",
"repository": {

@@ -20,12 +20,27 @@ "type": "git",

],
"main": "dist/index.js",
"exports": {
"webpack": "./src/index.ts",
"require": "./dist/index.js",
"import": "./dist/.esm-wrapper.mjs"
},
"types": "./dist/index.d.ts",
"scripts": {
"test-check-ci": "npm test",
"test": "mocha --recursive",
"bootstrap": "npm run compile",
"prepublishOnly": "npm run compile",
"compile": "tsc -p tsconfig.json && gen-esm-wrapper . ./dist/.esm-wrapper.mjs",
"eslint": "eslint",
"prettier": "prettier",
"lint": "npm run eslint . && npm run prettier -- --check .",
"depcheck": "depcheck",
"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",
"test-ci": "npm run test"
"check-ci": "npm run check",
"test": "mocha",
"test-cov": "nyc -x \"**/*.spec.*\" npm run test",
"test-watch": "npm run test -- --watch",
"test-ci": "npm run test-cov",
"reformat": "npm run prettier -- --write ."
},
"dependencies": {
"debug": "^4.1.1",
"debug": "4.3.0",
"eventemitter3": "^4.0.0",

@@ -35,2 +50,9 @@ "reflux": "^0.4.1"

"devDependencies": {
"@mongodb-js/eslint-config-compass": "^0.4.0",
"@mongodb-js/mocha-config-compass": "^0.5.0",
"@mongodb-js/prettier-config-compass": "^0.3.0",
"@mongodb-js/tsconfig-compass": "^0.3.0",
"@types/chai": "^4.2.21",
"@types/mocha": "^9.0.0",
"@types/reflux": "^6.4.3",
"chai": "^4.1.2",

@@ -40,6 +62,7 @@ "depcheck": "^1.4.1",

"eslint-config-mongodb-js": "^5.0.3",
"mocha": "^7.0.1",
"sinon": "^9.0.0"
"mocha": "^8.4.0",
"sinon": "^9.0.0",
"typescript": "^4.3.5"
},
"gitHead": "e00da432655fbd1b723fd693527bf481f4c1e645"
"gitHead": "8ef2cccaaab6d84a5fcd633ea8dfc4c7a4db551f"
}

@@ -14,3 +14,3 @@ # hadron-app-registry [![][npm_img]][npm_url]

```javascript
const AppRegistry = require('hadron-app-registry');
const { AppRegistry } = require('hadron-app-registry');

@@ -17,0 +17,0 @@ var registry = new AppRegistry();

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