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

hadron-app-registry

Package Overview
Dependencies
Maintainers
0
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 0.0.0-next-487e54fe78bf8ee794f13600e5b9927f1e253983 to 0.0.0-next-4a16c562be330c2a9b95f216435d982a1dcb3674

2

dist/register-plugin.d.ts

@@ -13,3 +13,3 @@ import React from 'react';

}, evt: string, fn: (...args: any) => any) => void;
addCleanup: (fn: () => void) => void;
addCleanup: (fn?: () => void) => void;
cleanup: () => void;

@@ -16,0 +16,0 @@ }

@@ -43,3 +43,5 @@ "use strict";

this.addCleanup = (fn) => {
this.cleanupFns.add(fn);
if (fn) {
this.cleanupFns.add(fn);
}
};

@@ -46,0 +48,0 @@ this.cleanup = () => {

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

"homepage": "https://github.com/mongodb-js/compass",
"version": "0.0.0-next-487e54fe78bf8ee794f13600e5b9927f1e253983",
"version": "0.0.0-next-4a16c562be330c2a9b95f216435d982a1dcb3674",
"repository": {

@@ -54,6 +54,6 @@ "type": "git",

"devDependencies": {
"@mongodb-js/eslint-config-compass": "0.0.0-next-487e54fe78bf8ee794f13600e5b9927f1e253983",
"@mongodb-js/mocha-config-compass": "0.0.0-next-487e54fe78bf8ee794f13600e5b9927f1e253983",
"@mongodb-js/prettier-config-compass": "0.0.0-next-487e54fe78bf8ee794f13600e5b9927f1e253983",
"@mongodb-js/tsconfig-compass": "0.0.0-next-487e54fe78bf8ee794f13600e5b9927f1e253983",
"@mongodb-js/eslint-config-compass": "0.0.0-next-4a16c562be330c2a9b95f216435d982a1dcb3674",
"@mongodb-js/mocha-config-compass": "0.0.0-next-4a16c562be330c2a9b95f216435d982a1dcb3674",
"@mongodb-js/prettier-config-compass": "0.0.0-next-4a16c562be330c2a9b95f216435d982a1dcb3674",
"@mongodb-js/tsconfig-compass": "0.0.0-next-4a16c562be330c2a9b95f216435d982a1dcb3674",
"@testing-library/react": "^12.1.5",

@@ -72,3 +72,3 @@ "@types/chai": "^4.2.21",

},
"gitHead": "487e54fe78bf8ee794f13600e5b9927f1e253983"
"gitHead": "4a16c562be330c2a9b95f216435d982a1dcb3674"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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