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

percy-client

Package Overview
Dependencies
Maintainers
3
Versions
62
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

percy-client - npm Package Compare versions

Comparing version 3.0.10 to 3.0.11

11

dist/environment.js

@@ -92,2 +92,4 @@ 'use strict';

return 'probo';
} else if (this._env.BITBUCKET_BUILD_NUMBER) {
return 'bitbucket';
}

@@ -222,2 +224,4 @@

return this._env.COMMIT_REF;
case 'bitbucket':
return this._env.BITBUCKET_COMMIT;
}

@@ -283,2 +287,5 @@

break;
case 'bitbucket':
result = this._env.BITBUCKET_BRANCH;
break;
}

@@ -338,2 +345,4 @@

break;
case 'bitbucket':
return this._env.BITBUCKET_PR_ID || null;
}

@@ -382,2 +391,4 @@ return null;

return this._env.BUILD_ID;
case 'bitbucket':
return this._env.BITBUCKET_BUILD_NUMBER;
}

@@ -384,0 +395,0 @@ return null;

2

package.json
{
"name": "percy-client",
"version": "3.0.10",
"version": "3.0.11",
"description": "JavaScript API client library for Percy (https://percy.io).",

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

Sorry, the diff of this file is too big to display

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