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

hiflow

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hiflow - npm Package Compare versions

Comparing version 0.3.2-rc to 0.3.2-rc.1

3

bin/pr.js

@@ -236,3 +236,4 @@ 'use strict';

} catch (e) {
const { fields: { source } } = e || {};
const { fields } = e || {};
const { source = [] } = fields || {};
if (source && source.length) {

@@ -239,0 +240,0 @@ source.forEach(function (m) {

{
"name": "hiflow",
"version": "0.3.2-rc",
"version": "0.3.2-rc.1",
"description": "A pull request and gitflow management tool",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

@@ -215,3 +215,4 @@ import inquirer from 'inquirer'

} catch (e) {
const { fields: { source } } = e || {}
const { fields } = e || {}
const { source = [] } = fields || {}
if (source && source.length) {

@@ -218,0 +219,0 @@ source.forEach(m => {

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