Socket
Socket
Sign inDemoInstall

saucelabs

Package Overview
Dependencies
Maintainers
2
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 5.1.0 to 6.0.0

140

apis/sauce.json

@@ -802,3 +802,3 @@ {

"full":{
"description":"Should the return result contain everything or just the basics",
"description":"Should the response result contain everything or just the basics",
"in":"query",

@@ -809,2 +809,9 @@ "name":"full",

},
"all":{
"description":"Should the response contain the same team user data",
"in":"query",
"name":"all",
"required":false,
"type":"boolean"
},
"id":{

@@ -1061,42 +1068,2 @@ "description":"job id",

},
"/v1.1/{username}/available_tunnels":{
"get":{
"operationId":"list_available_tunnels",
"parameters":[
{
"$ref":"#/parameters/username"
}
],
"responses":{
"200":{
"description":"Tunnels",
"schema":{
"additionalProperties":{
"items":{
"$ref":"#/definitions/Tunnel"
},
"type":"array"
},
"type":"object"
}
},
"404":{
"description":"User is not found",
"schema":{
"$ref":"#/definitions/Error"
}
},
"default":{
"description":"Unexpected error",
"schema":{
"$ref":"#/definitions/Error"
}
}
},
"summary":"Get Tunnels",
"tags":[
"Tunnel"
]
}
},
"/v1.1/{username}/builds":{

@@ -2007,44 +1974,2 @@ "get":{

},
"/v1/{username}/all_tunnels":{
"get":{
"operationId":"list_all_tunnels",
"parameters":[
{
"$ref":"#/parameters/username"
}
],
"responses":{
"200":{
"description":"Tunnels",
"schema":{
"properties":{
"tunnels":{
"items":{
"$ref":"#/definitions/Tunnel"
},
"type":"array"
}
},
"type":"object"
}
},
"404":{
"description":"User is not found",
"schema":{
"$ref":"#/definitions/Error"
}
},
"default":{
"description":"Unexpected error",
"schema":{
"$ref":"#/definitions/Error"
}
}
},
"summary":"Get all Tunnels",
"tags":[
"Tunnel"
]
}
},
"/v1/{username}/builds/{id}/failed-jobs":{

@@ -2237,2 +2162,44 @@ "get":{

},
"/v1/{username}/all_tunnels":{
"get":{
"operationId":"list_all_tunnels",
"parameters":[
{
"$ref":"#/parameters/username"
}
],
"responses":{
"200":{
"description":"Tunnels",
"schema":{
"properties":{
"tunnels":{
"items":{
"$ref":"#/definitions/Tunnel"
},
"type":"array"
}
},
"type":"object"
}
},
"404":{
"description":"User is not found",
"schema":{
"$ref":"#/definitions/Error"
}
},
"default":{
"description":"Unexpected error",
"schema":{
"$ref":"#/definitions/Error"
}
}
},
"summary":"Get all Tunnels",
"tags":[
"Tunnel"
]
}
},
"/v1/{username}/tunnels":{

@@ -2246,2 +2213,5 @@ "get":{

{
"$ref":"#/parameters/all"
},
{
"$ref":"#/parameters/full"

@@ -2273,3 +2243,3 @@ }

},
"summary":"Get Tunnels",
"summary":"Get tunnels for the user or all the users in the team",
"tags":[

@@ -2343,3 +2313,3 @@ "Tunnel"

},
"summary":"Get Tunnels",
"summary":"Get Tunnel by ID",
"tags":[

@@ -2346,0 +2316,0 @@ "Tunnel"

@@ -34,10 +34,2 @@ SauceLabs Interface

<td>
<b>GET</b> <code>/v1.1/{username}/available_tunnels</code><br>
No description available.
<h3>Example:</h3>
<code>api.listAvailableTunnels(username)</code>
</td>
</tr>
<tr>
<td>
<b>GET</b> <code>/v1.1/{username}/builds</code><br>

@@ -57,3 +49,3 @@ No description available.

<br><h4>Options</h4>
<ul> <li><b>limit</b>: Number of results to return</li> <li><b>subaccounts</b>: Include subaccounts in list of jobs</li> <li><b>full</b>: Should the return result contain everything or just the basics</li> <li><b>manual_only</b>: Only return manual jobs</li> <li><b>auto_only</b>: No description available.</li> <li><b>name</b>: name of the job</li> <li><b>owner_type</b>: owner type for jobs</li> <li><b>owner</b>: username of owner of the jobs</li> <li><b>from</b>: receive jobs beginning of a specific timestamp</li> <li><b>to</b>: receive jobs until specific timestamp</li> </ul> </td>
<ul> <li><b>limit</b>: Number of results to return</li> <li><b>subaccounts</b>: Include subaccounts in list of jobs</li> <li><b>full</b>: Should the response result contain everything or just the basics</li> <li><b>manual_only</b>: Only return manual jobs</li> <li><b>auto_only</b>: No description available.</li> <li><b>name</b>: name of the job</li> <li><b>owner_type</b>: owner type for jobs</li> <li><b>owner</b>: username of owner of the jobs</li> <li><b>from</b>: receive jobs beginning of a specific timestamp</li> <li><b>to</b>: receive jobs until specific timestamp</li> </ul> </td>
</tr>

@@ -227,3 +219,3 @@ <tr>

<br><h4>Options</h4>
<ul> <li><b>full</b>: Should the return result contain everything or just the basics</li> </ul> </td>
<ul> <li><b>full</b>: Should the response result contain everything or just the basics</li> </ul> </td>
</tr>

@@ -261,3 +253,3 @@ <tr>

<br><h4>Options</h4>
<ul> <li><b>full</b>: Should the return result contain everything or just the basics</li> </ul> </td>
<ul> <li><b>all</b>: Should the response contain the same team user data</li> <li><b>full</b>: Should the response result contain everything or just the basics</li> </ul> </td>
</tr>

@@ -750,3 +742,3 @@ <tr>

<h3>Example:</h3>
<code>api.getTestsuitesByProjects(projectId, accountId)</code>
<code>api.getTestsuitesByProjects(accountId, projectId)</code>
</td>

@@ -772,2 +764,50 @@ </tr>

<td>
<b>POST</b> <code>/v1/test_suite/create</code><br>
No description available.
<h3>Example:</h3>
<code>api.createTestSuite(Body)</code>
</td>
</tr>
<tr>
<td>
<b>POST</b> <code>/v1/test_suite/{testSuiteId}/update</code><br>
No description available.
<h3>Example:</h3>
<code>api.updateTestSuite(testSuiteId, Body)</code>
</td>
</tr>
<tr>
<td>
<b>POST</b> <code>/v1/testSuites/delete</code><br>
No description available.
<h3>Example:</h3>
<code>api.deleteTestSuites(Body)</code>
</td>
</tr>
<tr>
<td>
<b>POST</b> <code>/testCases/associate</code><br>
No description available.
<h3>Example:</h3>
<code>api.associateTestcases(Body)</code>
</td>
</tr>
<tr>
<td>
<b>POST</b> <code>/testCases/create/{accountId}/{projectId}</code><br>
No description available.
<h3>Example:</h3>
<code>api.createTestcase(accountId, projectId, Body)</code>
</td>
</tr>
<tr>
<td>
<b>POST</b> <code>/v1/projects/{projectId}/testcases/{testcaseId}/updateSteps</code><br>
No description available.
<h3>Example:</h3>
<code>api.updateTestcaseSteps(projectId, testcaseId, Body)</code>
</td>
</tr>
<tr>
<td>
<b>POST</b> <code>/v1/testsuite/{testSuiteId}/execute</code><br>

@@ -813,2 +853,10 @@ No description available.

<td>
<b>GET</b> <code>/v1/testcases/{testcaseId}/isgenerating</code><br>
No description available.
<h3>Example:</h3>
<code>api.isGenerating(testcaseId)</code>
</td>
</tr>
<tr>
<td>
<b>GET</b> <code>/blocks/getAll/{accountId}/{blockId}</code><br>

@@ -815,0 +863,0 @@ No description available.

{
"name": "saucelabs",
"version": "5.1.0",
"version": "6.0.0",
"author": "Christian Bromann <christian@saucelabs.com>",

@@ -44,35 +44,34 @@ "description": "A wrapper around Sauce Labs REST API",

"bin-wrapper": "^4.1.0",
"change-case": "^4.1.1",
"form-data": "^3.0.0",
"got": "^11.7.0",
"change-case": "^4.1.2",
"form-data": "^4.0.0",
"got": "^11.8.2",
"hash.js": "^1.1.7",
"tunnel": "0.0.6",
"yargs": "^16.0.3"
"yargs": "^17.0.1"
},
"devDependencies": {
"@babel/cli": "^7.12.0",
"@babel/core": "^7.12.0",
"@babel/node": "^7.10.5",
"@babel/plugin-proposal-class-properties": "^7.10.4",
"@babel/plugin-proposal-export-default-from": "^7.10.4",
"@babel/plugin-proposal-function-bind": "^7.11.5",
"@babel/plugin-proposal-optional-catch-binding": "^7.10.4",
"@babel/plugin-syntax-export-default-from": "^7.10.4",
"@babel/preset-env": "^7.12.0",
"@babel/register": "^7.12.0",
"@babel/cli": "^7.14.5",
"@babel/core": "^7.14.6",
"@babel/node": "^7.14.7",
"@babel/plugin-proposal-class-properties": "^7.14.5",
"@babel/plugin-proposal-export-default-from": "^7.14.5",
"@babel/plugin-proposal-function-bind": "^7.14.5",
"@babel/plugin-proposal-optional-catch-binding": "^7.14.5",
"@babel/plugin-syntax-export-default-from": "^7.14.5",
"@babel/preset-env": "^7.14.7",
"@babel/register": "^7.14.5",
"babel-core": "^6.26.3",
"babel-eslint": "^10.1.0",
"babel-jest": "^26.5.2",
"babel-jest": "^27.0.2",
"babel-plugin-source-map-support": "^2.1.3",
"codecov": "^3.8.0",
"eslint": "^6.8.0",
"eslint-plugin-import": "^2.22.1",
"jest": "^25.5.4",
"eslint": "^7.29.0",
"eslint-plugin-import": "^2.23.4",
"jest": "^27.0.4",
"npm-run-all": "^4.1.5",
"prettier": "2.0.5",
"release-it": "^14.2.2",
"prettier": "^2.3.1",
"release-it": "^14.10.0",
"rimraf": "^3.0.2",
"source-map-support": "^0.5.19",
"swagger-typescript-codegen": "^3.2.1",
"typescript": "^4.0.3"
"swagger-typescript-codegen": "^3.2.3",
"typescript": "^4.3.4"
},

@@ -79,0 +78,0 @@ "jest": {

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

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