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

@crazyfactory/gitflow

Package Overview
Dependencies
Maintainers
10
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@crazyfactory/gitflow - npm Package Compare versions

Comparing version 1.2.1 to 1.3.0

4

index.js
#!/usr/bin/env node
const fs = require('fs');
const inquirer = require('./lib/inquirer');

@@ -8,2 +8,4 @@ const git = require('./lib/git');

program.version(JSON.parse(fs.readFileSync('./package.json'))['version'] || 'test-mode', '-v, --version');
program

@@ -10,0 +12,0 @@ .command('finish-feature')

@@ -26,3 +26,3 @@ {

},
"version": "1.2.1"
"version": "1.3.0"
}
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