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

beachball

Package Overview
Dependencies
Maintainers
2
Versions
246
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

beachball - npm Package Compare versions

Comparing version 2.31.5 to 2.31.6

2

lib/bump/performBump.js

@@ -44,3 +44,3 @@ "use strict";

console.log('Updating package-lock.json after bumping packages');
const res = npm_1.npm(['install', '--package-lock-only'], { stdio: 'inherit' });
const res = npm_1.npm(['install', '--package-lock-only', '--ignore-scripts'], { stdio: 'inherit' });
if (!res.success) {

@@ -47,0 +47,0 @@ console.warn('Updating package-lock.json failed. Continuing...');

{
"name": "beachball",
"version": "2.31.5",
"version": "2.31.6",
"description": "The Sunniest Semantic Version Bumper",

@@ -58,11 +58,8 @@ "repository": {

"@jest/globals": "28.1.3",
"@types/cosmiconfig": "6.0.0",
"@types/execa": "2.0.0",
"@types/fs-extra": "9.0.13",
"@types/lodash": "4.14.185",
"@types/lodash": "4.14.191",
"@types/minimatch": "3.0.5",
"@types/node": "12.20.55",
"@types/p-limit": "2.2.0",
"@types/prompts": "2.0.14",
"@types/semver": "7.3.12",
"@types/prompts": "2.4.2",
"@types/semver": "7.3.13",
"@types/tmp": "0.2.3",

@@ -76,3 +73,3 @@ "@types/toposort": "2.0.3",

"jest-mock": "28.1.3",
"prettier": "2.7.1",
"prettier": "2.8.1",
"strip-ansi": "6.0.1",

@@ -79,0 +76,0 @@ "tmp": "0.2.1",

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