@hubspot/npm-scripts
Advanced tools
+1
-1
| { | ||
| "name": "@hubspot/npm-scripts", | ||
| "version": "0.0.5-experimental.6", | ||
| "version": "0.0.5-experimental.7", | ||
| "description": "Scripts for working with npm packages in the HubSpot ecosystem", | ||
@@ -5,0 +5,0 @@ "author": "", |
+3
-0
@@ -44,3 +44,6 @@ import { TAG, TAG_OPTIONS, VERSION_INCREMENT_OPTIONS, VSCODE_VERSION_INCREMENT_OPTIONS } from './constants/release.js'; | ||
| export interface VscodeReleaseScriptBase { | ||
| repositoryUrl: string; | ||
| mainBranch?: string; | ||
| marketplaceUrl: string; | ||
| extensionName: string; | ||
| build?: () => Promise<void> | void; | ||
@@ -47,0 +50,0 @@ } |
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
95825
0.09%2057
0.15%