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

react-app-modules

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-app-modules - npm Package Compare versions

Comparing version 1.0.4 to 1.0.5

6

dist/types.d.ts

@@ -23,3 +23,3 @@ import { Observable } from 'rxjs';

export declare type ResolvedDependencies<D extends ModuleSymbol> = {
[key in D]: AppModules[D];
[Module in D]: AppModules[Module];
};

@@ -31,6 +31,6 @@ export declare type UseModuleHook = <M extends ModuleSymbol>(symbol: M) => AppModules[M] | null;

interface InternalAppModules {
[ModuleA]: string;
[ModuleA]: boolean;
[ModuleB]: string;
[ModuleC]: string;
[ModuleC]: number;
}
export {};
{
"name": "react-app-modules",
"version": "1.0.4",
"version": "1.0.5",
"main": "dist/index.js",

@@ -5,0 +5,0 @@ "types": "dist/index.d.ts",

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