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.10 to 1.0.0-alpha.11

4

compiled/parser/index.d.ts
export class SchemaParser {
constructor(opts: { entryPath: string; basePath: string; unPkgHost?: string }) {}
constructor(opts: { entryPath: string; basePath: string; unPkgHost?: string; mode?: 'normal' | 'worker' }) {}
patch(filePaths: string[]): Promise<void>;

@@ -9,3 +9,3 @@ load(): Promise<this>;

export class SchemaResolver {
constructor(any) {}
constructor(any, opts?: { mode?: 'normal' | 'worker' }) {}

@@ -12,0 +12,0 @@ get componentList(): string[];

{
"name": "dumi-afx-deps",
"version": "1.0.0-alpha.10",
"version": "1.0.0-alpha.11",
"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