Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

@hubspot/npm-scripts

Package Overview
Dependencies
Maintainers
40
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hubspot/npm-scripts - npm Package Compare versions

Comparing version
0.0.5-experimental.6
to
0.0.5-experimental.7
+1
-1
package.json
{
"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": "",

@@ -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 @@ }