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

circle-github-bot

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

circle-github-bot - npm Package Compare versions

Comparing version 2.0.1 to 2.1.0

5

dist/index.js

@@ -20,3 +20,3 @@ "use strict";

// IEnvironment fields that must be defined or an Error is thrown.
var REQUIRED_ENV = ["buildUrl", "home", "repo", "sha1", "username"];
var REQUIRED_ENV = ["buildUrl", "repo", "sha1", "username"];
// Synchronously execute command and return trimmed stdout as string

@@ -46,3 +46,2 @@ function exec(command, options) {

githubDomain: githubDomain,
home: process.env.HOME,
prNumber: prNumber,

@@ -61,3 +60,3 @@ repo: process.env.CIRCLE_PROJECT_REPONAME,

Bot.prototype.artifactUrl = function (artifactPath) {
return this.env.buildUrl + "/artifacts/0/" + this.env.home + "/project/" + artifactPath;
return this.env.buildUrl + "/artifacts/0/" + artifactPath;
};

@@ -64,0 +63,0 @@ /** Render an HTML link to the path with the given text. */

6

package.json
{
"name": "circle-github-bot",
"version": "2.0.1",
"version": "2.1.0",
"description": "CircleCI comments on github",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"files": ["dist"],
"files": [
"dist"
],
"scripts": {

@@ -9,0 +11,0 @@ "build": "tsc -p src",

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