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

beachball

Package Overview
Dependencies
Maintainers
3
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.40.0 to 2.41.0

2

lib/bump/bumpPackageInfoVersion.js

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

// Version should be updated
info.version = semver_1.default.inc(info.version, options.prereleasePrefix ? 'prerelease' : changeType, options.prereleasePrefix || undefined);
info.version = semver_1.default.inc(info.version, options.prereleasePrefix ? 'prerelease' : changeType, options.prereleasePrefix || undefined, options.identifierBase);
modifiedPackages.add(pkgName);

@@ -29,0 +29,0 @@ }

@@ -107,2 +107,7 @@ import { AuthType } from './Auth';

prereleasePrefix?: string | null;
/** This is for prerelease. Set it to "0" for zero-based or "1" for one-based.
* Set it to false to omit the prerelease number.
* @default "0"
*/
identifierBase?: '0' | '1' | false;
/**

@@ -109,0 +114,0 @@ * Whether to publish to the npm registry

{
"name": "beachball",
"version": "2.40.0",
"version": "2.41.0",
"description": "The Sunniest Semantic Version Bumper",

@@ -5,0 +5,0 @@ "repository": {

Sorry, the diff of this file is not supported yet

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