New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@alcalzone/release-script-core

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@alcalzone/release-script-core - npm Package Compare versions

Comparing version

to
3.5.3

6

build/index.js
"use strict";
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
var desc = Object.getOwnPropertyDescriptor(m, k);
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
desc = { enumerable: true, get: function() { return m[k]; } };
}
Object.defineProperty(o, k2, desc);
}) : (function(o, m, k, k2) {

@@ -6,0 +10,0 @@ if (k2 === undefined) k2 = k;

2

build/lib/plugin.d.ts

@@ -13,3 +13,3 @@ import type { Argv } from "yargs";

/** Allows a plugin to define additional CLI options */
defineCLIOptions?: <T extends unknown>(yargs: Argv<T>) => Argv<T>;
defineCLIOptions?: <T>(yargs: Argv<T>) => Argv<T>;
/** Allows a plugin to define additional stages in the release process */

@@ -16,0 +16,0 @@ stages?: ConstOrDynamic<Stage[]>;

@@ -6,3 +6,3 @@ {

},
"version": "3.5.0",
"version": "3.5.3",
"description": "Al Calzone's release script: Core components",

@@ -44,6 +44,6 @@ "keywords": [],

"devDependencies": {
"@types/yargs": "^17.0.2",
"@types/yargs": "^17.0.9",
"picocolors": "1.0.0",
"typescript": "*",
"yargs": "^17.1.1"
"typescript": "~4.6.2",
"yargs": "^17.3.1"
},

@@ -50,0 +50,0 @@ "scripts": {

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet