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

@universal-packages/dynamic-api

Package Overview
Dependencies
Maintainers
0
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@universal-packages/dynamic-api - npm Package Compare versions

Comparing version 1.11.0 to 1.11.1

2

package.json
{
"name": "@universal-packages/dynamic-api",
"version": "1.11.0",
"version": "1.11.1",
"description": "Dynamic decoupling-adapting system",

@@ -5,0 +5,0 @@ "author": "David De Anda <david@universal-packages.com> (https://github.com/universal-packages)",

@@ -12,5 +12,5 @@ import DynamicApi from './DynamicApi';

}
export interface DynamicModule {
export interface DynamicModule<O = Record<string, any>> {
enabled: boolean;
options?: Record<string, any>;
options?: O;
}

@@ -17,0 +17,0 @@ export interface DynamicRegistry {

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