Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More →
Socket
Sign inDemoInstall
Socket

@alcalzone/release-script-plugin-package

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@alcalzone/release-script-plugin-package - npm Package Compare versions

Comparing version 3.5.0 to 3.5.2

4

build/index.js

@@ -240,3 +240,5 @@ "use strict";

if (!context.argv.dryRun) {
const result = await pak.install();
const result = await pak.install(undefined, {
ignoreScripts: true,
});
if (!result.success) {

@@ -243,0 +245,0 @@ context.cli.error(`Updating lockfile failed: ${result.stderr}`);

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

},
"version": "3.5.0",
"version": "3.5.2",
"description": "Plugin for Al Calzone's release script: npm package files",

@@ -41,3 +41,3 @@ "keywords": [],

"dependencies": {
"@alcalzone/pak": "^0.7.0",
"@alcalzone/pak": "^0.8.0",
"@alcalzone/release-script-core": "3.5.0",

@@ -44,0 +44,0 @@ "alcalzone-shared": "^4.0.0",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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