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.8 to 2.31.9

4

lib/bump/performBump.js

@@ -16,2 +16,6 @@ "use strict";

const info = packageInfos[pkgName];
if (!fs_extra_1.default.existsSync(info.packageJsonPath)) {
console.warn(`Skipping ${pkgName} since package.json does not exist`);
continue;
}
const packageJson = fs_extra_1.default.readJSONSync(info.packageJsonPath);

@@ -18,0 +22,0 @@ packageJson.version = info.version;

4

package.json
{
"name": "beachball",
"version": "2.31.8",
"version": "2.31.9",
"description": "The Sunniest Semantic Version Bumper",

@@ -73,3 +73,3 @@ "repository": {

"normalized-tmpdir": "1.0.1",
"prettier": "2.8.3",
"prettier": "2.8.4",
"strip-ansi": "6.0.1",

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

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