Socket
Socket
Sign inDemoInstall

bumpp

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bumpp - npm Package Compare versions

Comparing version 8.1.0 to 8.2.0

2

bin/bumpp.js
#!/usr/bin/env node
'use strict'
const { main } = require('../dist/cli')
main(process.argv.slice(2))
main()

@@ -6,4 +6,4 @@ /**

*/
declare function main(args: string[]): Promise<void>;
declare function main(): Promise<void>;
export { main };
{
"name": "bumpp",
"version": "8.1.0",
"version": "8.2.0",
"packageManager": "pnpm@7.2.1",

@@ -5,0 +5,0 @@ "description": "Bump version, commit changes, tag, and push to Git",

Sorry, the diff of this file is too big to display

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