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

git3po

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

git3po - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

5

lib/core.js

@@ -0,1 +1,3 @@

require('colors')
const _ = require('lodash')

@@ -33,3 +35,4 @@ const Filter = require('./filter')

if (!passes) {
log(`❌ Issue #${issue.number} failed ${filter.toLog()} filter`)
const issueMsg = `Issue #${issue.number}`
log(`${'⤺'.yellow} ${issueMsg} did not match ${filter.toLog()} filter, skipping`)
break

@@ -36,0 +39,0 @@ }

3

package.json
{
"name": "git3po",
"version": "1.0.0",
"version": "1.0.1",
"description": "The best git3po around.",

@@ -52,2 +52,3 @@ "main": "./dist/core.js",

"bluebird": "^3.5.0",
"colors": "^1.1.2",
"debug": "^2.6.8",

@@ -54,0 +55,0 @@ "js-yaml": "^3.9.0",

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