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

@featurepeek/travis

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@featurepeek/travis - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

2

package.json
{
"private": false,
"name": "@featurepeek/travis",
"version": "0.0.1",
"version": "0.0.2",
"main": "index.js",

@@ -6,0 +6,0 @@ "bin": {

@@ -13,3 +13,5 @@ const fs = require('fs')

const repo = pullRequestSlug.split('/')[1]
const branch = process.env.TRAVIS_BRANCH || process.env.TRAVIS_PULL_REQUEST_BRANCH
const branch = process.env.TRAVIS_PULL_REQUEST_BRANCH
const sha1 = process.env.TRAVIS_PULL_REQUEST_SHA
const job = process.env.TRAVIS_JOB_NUMBER

@@ -40,2 +42,4 @@ const cwd = process.env.TRAVIS_BUILD_DIR

branch,
sha1,
job,
},

@@ -42,0 +46,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