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 0.0.0-next-e30a9e850a8a66b70770fbf6658a3e35cf1ff8b8 to 0.0.0-next-e3d7e58db726184c34e0d2d9f3342595a865eb55

5

dist/app-registry.d.ts

@@ -9,4 +9,7 @@ /// <reference types="react" />

actionName?: string;
configureActions?: () => any;
storeName?: string;
configureStore?: (storeSetup: any) => any;
order?: number;
hasQueryHistory?: boolean;
}

@@ -51,3 +54,3 @@ declare type Store = Partial<RefluxStore & {

}
export {};
export type { Role };
//# sourceMappingURL=app-registry.d.ts.map

2

dist/index.d.ts
import { AppRegistry } from './app-registry';
import type { Role } from './app-registry';
export { AppRegistry };
export type { Role };
export default AppRegistry;
//# sourceMappingURL=index.d.ts.map

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

"homepage": "https://github.com/mongodb-js/compass",
"version": "0.0.0-next-e30a9e850a8a66b70770fbf6658a3e35cf1ff8b8",
"version": "0.0.0-next-e3d7e58db726184c34e0d2d9f3342595a865eb55",
"repository": {

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

"devDependencies": {
"@mongodb-js/eslint-config-compass": "0.0.0-next-e30a9e850a8a66b70770fbf6658a3e35cf1ff8b8",
"@mongodb-js/mocha-config-compass": "0.0.0-next-e30a9e850a8a66b70770fbf6658a3e35cf1ff8b8",
"@mongodb-js/prettier-config-compass": "0.0.0-next-e30a9e850a8a66b70770fbf6658a3e35cf1ff8b8",
"@mongodb-js/tsconfig-compass": "0.0.0-next-e30a9e850a8a66b70770fbf6658a3e35cf1ff8b8",
"@mongodb-js/eslint-config-compass": "0.0.0-next-e3d7e58db726184c34e0d2d9f3342595a865eb55",
"@mongodb-js/mocha-config-compass": "0.0.0-next-e3d7e58db726184c34e0d2d9f3342595a865eb55",
"@mongodb-js/prettier-config-compass": "0.0.0-next-e3d7e58db726184c34e0d2d9f3342595a865eb55",
"@mongodb-js/tsconfig-compass": "0.0.0-next-e3d7e58db726184c34e0d2d9f3342595a865eb55",
"@types/chai": "^4.2.21",

@@ -69,3 +69,3 @@ "@types/mocha": "^9.0.0",

},
"gitHead": "e30a9e850a8a66b70770fbf6658a3e35cf1ff8b8"
"gitHead": "e3d7e58db726184c34e0d2d9f3342595a865eb55"
}

@@ -204,3 +204,2 @@ import { expect } from 'chai';

order: 2,
minimumServerVersion: '3.2.0-rc0',
};

@@ -372,3 +371,2 @@

order: 2,
minimumServerVersion: '3.2.0-rc0',
};

@@ -375,0 +373,0 @@

@@ -23,4 +23,7 @@ import type { Store as RefluxStore } from 'reflux';

actionName?: string;
configureActions?: () => any;
storeName?: string;
configureStore?: (storeSetup: any) => any;
order?: number;
hasQueryHistory?: boolean;
}

@@ -387,1 +390,3 @@

}
export type { Role };
import { AppRegistry } from './app-registry';
import type { Role } from './app-registry';
export { AppRegistry };
export type { Role };
export default AppRegistry;

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

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