Socket
Socket
Sign inDemoInstall

@drovp/types

Package Overview
Dependencies
Maintainers
1
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 4.10.3 to 4.11.0

15

index.d.ts

@@ -387,8 +387,18 @@ /**

export interface LoadUtils {
/** Path to store dependency data. */
dataPath: string;
/** Path to plugin's data directory. */
pluginDataPath: string;
}
export type InstallUtils = CommonModals & {
/** Path to store dependency data. */
dataPath: string;
/**
* Path to use for temporary files during installation.
* This directory will be deleted after installation completes.
*/
tmpPath: string;
/** Path to plugin's data directory. */
pluginDataPath: string;
/**

@@ -445,2 +455,4 @@ * Fetch & parse JSON from URL with built in timeout.

appVersion: string;
/** Path to plugin's data directory. */
dataPath: string;
}

@@ -454,3 +466,6 @@

settings: AppSettings;
/** Path to node.js binary. */
nodePath: string;
/** Path to plugin's data directory. */
dataPath: string;
}

@@ -457,0 +472,0 @@

2

package.json
{
"name": "@drovp/types",
"version": "4.10.3",
"version": "4.11.0",
"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