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

@percy/env

Package Overview
Dependencies
Maintainers
1
Versions
261
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@percy/env - npm Package Compare versions

Comparing version 1.30.5-alpha.0 to 1.30.5-beta.0

7

dist/environment.js

@@ -162,3 +162,3 @@ import { getCommitData, getJenkinsSha, github } from './utils.js';

}
let pr = ((_this$vars$CI_PULL_RE, _this$vars$PULL_REQUE, _github$pull_request3, _this$vars$DRONE_COMM) => {
let pr = ((_this$vars$CIRCLE_PUL, _this$vars$PULL_REQUE, _github$pull_request3, _this$vars$DRONE_COMM) => {
switch (this.ci) {

@@ -172,3 +172,3 @@ case 'travis':

case 'circle':
return (_this$vars$CI_PULL_RE = this.vars.CI_PULL_REQUESTS) === null || _this$vars$CI_PULL_RE === void 0 ? void 0 : _this$vars$CI_PULL_RE.split('/').slice(-1)[0];
return (_this$vars$CIRCLE_PUL = this.vars.CIRCLE_PULL_REQUESTS) === null || _this$vars$CIRCLE_PUL === void 0 ? void 0 : _this$vars$CIRCLE_PUL.split('/').slice(-1)[0];
case 'drone':

@@ -206,2 +206,5 @@ return this.vars.CI_PULL_REQUEST;

let total = parseInt(this.vars.PERCY_PARALLEL_TOTAL, 10);
if (this.ci === 'circle') {
total = parseInt(this.vars.CIRCLE_NODE_TOTAL, 10);
}
if (!Number.isInteger(total)) total = null;

@@ -208,0 +211,0 @@

{
"name": "@percy/env",
"version": "1.30.5-alpha.0",
"version": "1.30.5-beta.0",
"license": "MIT",

@@ -12,3 +12,3 @@ "repository": {

"access": "public",
"tag": "alpha"
"tag": "beta"
},

@@ -36,5 +36,5 @@ "engines": {

"dependencies": {
"@percy/logger": "1.30.5-alpha.0"
"@percy/logger": "1.30.5-beta.0"
},
"gitHead": "36a251be65edbc48f440a7645470933280c2357c"
"gitHead": "46870b6b3259c3770ca2c5563ca9ad8f1d725681"
}
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