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

dumi-afx-deps

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dumi-afx-deps - npm Package Compare versions

Comparing version 1.0.0-alpha.11 to 1.0.0-alpha.12

10

compiled/parser/index.d.ts

@@ -6,2 +6,3 @@ export class SchemaParser {

parse(): Promise<any>;
$$destroyWorker(): Promise<void>;
}

@@ -12,8 +13,9 @@

get componentList(): string[];
get components(): Record<string, any>;
get componentList(): Promise<string[]>;
get components(): Promise<Record<string, any>>;
get getComponent(id: string): any;
get functionList(): string[];
get functions(): Record<string, any>;
get functionList(): Promise<string[]>;
get functions(): Promise<Record<string, any>>;
get getFunction(id: string): any;
$$destroyWorker(): Promise<void>;
}

2

package.json
{
"name": "dumi-afx-deps",
"version": "1.0.0-alpha.11",
"version": "1.0.0-alpha.12",
"description": "",

@@ -5,0 +5,0 @@ "scripts": {

Sorry, the diff of this file is too big to display

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