Socket
Socket
Sign inDemoInstall

@drovp/types

Package Overview
Dependencies
Maintainers
2
Versions
57
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@drovp/types - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

3

index.d.ts

@@ -341,5 +341,6 @@ /**

(progress?: ProgressData | null): void;
(completed?: number | null, total?: number | null): void;
(completed?: number | null, total?: number | null, indeterminate?: boolean): void;
data: ProgressData;
completed: number | undefined;
indeterminate: boolean | undefined;
total: number | undefined;

@@ -346,0 +347,0 @@ destroy: () => void;

{
"name": "@drovp/types",
"version": "0.0.3",
"version": "0.0.4",
"description": "Drovp plugin API definitions",

@@ -5,0 +5,0 @@ "keywords": [

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