Socket
Socket
Sign inDemoInstall

saucelabs

Package Overview
Dependencies
Maintainers
4
Versions
122
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

saucelabs - npm Package Compare versions

Comparing version 3.1.1-alpha.6 to 3.1.1-alpha.7

aa.js

2

build/constants.js

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

const protocols = [require('../apis/sauce.json'), require('../apis/rdc.json'), require('../apis/performance.json'), require('../apis/orchestrator.json')];
const protocols = [require('../apis/sauce.json'), require('../apis/rdc.json'), require('../apis/performance.json'), require('../apis/testrunner.json')];
const protocolFlattened = new Map();

@@ -15,0 +15,0 @@ const parametersFlattened = new Map();

@@ -23,2 +23,10 @@ "use strict";

/**
* Create HMAC token to receive job assets
*
* @param {string} username username of user
* @param {string} key access key of user
* @param {string} jobId job id of job you want to get access to
* @return {string} hmac token
*/
function createHMAC(username, key, jobId) {

@@ -25,0 +33,0 @@ const hmac = _crypto.default.createHmac('md5', `${username}:${key}`);

{
"name": "saucelabs",
"version": "3.1.1-alpha.6",
"version": "3.1.1-alpha.7",
"author": "Christian Bromann <christian@saucelabs.com>",

@@ -27,3 +27,3 @@ "description": "A wrapper around Sauce Labs REST API",

"generate:docs": "babel-node ./scripts/generate-docs",
"generate:typings": "",
"generate:typings": "babel-node ./scripts/generate-typings",
"prepublishOnly": "NODE_ENV=production run-s build generate:typings",

@@ -30,0 +30,0 @@ "release": "npm run release:patch",

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