saucelabs
Advanced tools
Comparing version 1.5.0 to 2.0.0-beta.0
{ | ||
"name": "saucelabs", | ||
"version": "2.0.0-beta.0", | ||
"author": "Dan Jenkins <dan.jenkins@holidayextras.com> (www.dan-jenkins.co.uk)", | ||
"name": "saucelabs", | ||
"description": "A wrapper around Sauce Labs REST API", | ||
"version": "1.5.0", | ||
"homepage": "https://github.com/holidayextras/node-saucelabs", | ||
"homepage": "https://github.com/saucelabs/node-saucelabs", | ||
"license": "Apache-2.0", | ||
"contributors": [ | ||
"wswebcreation <wim@wswebcreation> (http://www.wswebcreation)", | ||
"christian-bromann <christian@saucelabs.com>" | ||
], | ||
"repository": { | ||
"type": "git", | ||
"url": "git://github.com/holidayextras/node-saucelabs.git" | ||
"url": "git://github.com/saucelabs/node-saucelabs.git" | ||
}, | ||
"devDependencies": { | ||
"jshint": "*", | ||
"mocha": "1.9.x", | ||
"chai": "1.5.x", | ||
"nock": "0.17.x", | ||
"url": "0.11.0" | ||
"scripts": { | ||
"build": "run-s clean compile", | ||
"clean": "rm -rf ./build ./coverage", | ||
"compile": "babel src -d build", | ||
"eslint": "eslint ./src ./test", | ||
"release": "npm run release:patch", | ||
"release:patch": "NODE_ENV=production np patch", | ||
"release:minor": "NODE_ENV=production np minor", | ||
"release:major": "NODE_ENV=production np major", | ||
"test": "run-s eslint test:unit", | ||
"test:unit": "jest --coverage", | ||
"watch": "npm run compile -- --watch" | ||
}, | ||
"engines": { | ||
"node": "*" | ||
"dependencies": { | ||
"change-case": "^3.1.0", | ||
"request": "^2.88.0" | ||
}, | ||
"scripts": { | ||
"test": "make lint test" | ||
"devDependencies": { | ||
"@babel/cli": "^7.2.3", | ||
"@babel/core": "^7.1.2", | ||
"@babel/node": "^7.2.2", | ||
"@babel/plugin-proposal-class-properties": "^7.1.0", | ||
"@babel/plugin-proposal-export-default-from": "^7.0.0", | ||
"@babel/plugin-proposal-function-bind": "^7.0.0", | ||
"@babel/plugin-proposal-optional-catch-binding": "^7.2.0", | ||
"@babel/plugin-syntax-export-default-from": "^7.0.0", | ||
"@babel/preset-env": "^7.1.0", | ||
"@babel/register": "^7.0.0", | ||
"babel-core": "^7.0.0-bridge.0", | ||
"babel-eslint": "^10.0.1", | ||
"babel-jest": "^24.1.0", | ||
"babel-plugin-source-map-support": "^2.0.1", | ||
"codecov": "^3.0.0", | ||
"eslint": "^4.7.2", | ||
"eslint-plugin-import": "^2.8.0", | ||
"jest": "^24.1.0", | ||
"np": "^2.18.2", | ||
"npm-run-all": "^4.1.5", | ||
"rimraf": "^2.6.2", | ||
"source-map-support": "^0.5.9" | ||
}, | ||
"dependencies": { | ||
"https-proxy-agent": "^2.2.1" | ||
"jest": { | ||
"testMatch": [ | ||
"<rootDir>/tests/**/*.test.js" | ||
], | ||
"coverageDirectory": "./coverage/", | ||
"collectCoverage": true, | ||
"coverageThreshold": { | ||
"global": { | ||
"branches": 95, | ||
"functions": 96, | ||
"lines": 96, | ||
"statements": 96 | ||
} | ||
}, | ||
"testEnvironment": "node" | ||
} | ||
} |
@@ -1,5 +0,21 @@ | ||
# node-saucelabs [![Build Status](https://secure.travis-ci.org/danjenkins/node-saucelabs.png)](http://travis-ci.org/danjenkins/node-saucelabs)[![Build Status](https://www.codeship.io/projects/83c9b290-21de-0131-e459-3688c4e23c72/status)](https://www.codeship.io/projects/83c9b290-21de-0131-e459-3688c4e23c72/status) | ||
# node-saucelabs [![Build Status](https://travis-ci.org/saucelabs/node-saucelabs.svg?branch=master)](https://travis-ci.org/saucelabs/node-saucelabs) | ||
Wrapper around the Sauce Labs REST API for [Node.js](http://nodejs.org/). | ||
> **NOTE:**. | ||
> | ||
> This module was originally created by [Dan Jenkins](https://github.com/danjenkins). | ||
With the help of multiple contributors ([Daniel Perez Alvarez](https://github.com/unindented), [Mathieu Sabourin](https://github.com/OniOni), [Michael J Feher](https://github.com/PhearZero), and many more) it became the module it is now. | ||
> | ||
> On the 18th of February 2019 Sauce Labs has been given the ownership and maintenance of this module and will enhance it in the near feature with support for: | ||
> - all new API features | ||
> - support for the US and European Data Center | ||
> - Real device cloud support | ||
> - and many more | ||
> | ||
> We would like to thank Dan and all contributors for their support and this beautiful module. | ||
![Trophy bot](./assets/trophy-bot.png) | ||
## Install | ||
@@ -6,0 +22,0 @@ |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 2 instances in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
No License Found
License(Experimental) License information could not be found.
Found 1 instance in 1 package
110461
14
0
2405
354
0
2
22
1
+ Addedchange-case@^3.1.0
+ Addedrequest@^2.88.0
+ Addedajv@6.12.6(transitive)
+ Addedasn1@0.2.6(transitive)
+ Addedassert-plus@1.0.0(transitive)
+ Addedasynckit@0.4.0(transitive)
+ Addedaws-sign2@0.7.0(transitive)
+ Addedaws4@1.13.2(transitive)
+ Addedbcrypt-pbkdf@1.0.2(transitive)
+ Addedcamel-case@3.0.0(transitive)
+ Addedcaseless@0.12.0(transitive)
+ Addedchange-case@3.1.0(transitive)
+ Addedcombined-stream@1.0.8(transitive)
+ Addedconstant-case@2.0.0(transitive)
+ Addedcore-util-is@1.0.2(transitive)
+ Addeddashdash@1.14.1(transitive)
+ Addeddelayed-stream@1.0.0(transitive)
+ Addeddot-case@2.1.1(transitive)
+ Addedecc-jsbn@0.1.2(transitive)
+ Addedextend@3.0.2(transitive)
+ Addedextsprintf@1.3.0(transitive)
+ Addedfast-deep-equal@3.1.3(transitive)
+ Addedfast-json-stable-stringify@2.1.0(transitive)
+ Addedforever-agent@0.6.1(transitive)
+ Addedform-data@2.3.3(transitive)
+ Addedgetpass@0.1.7(transitive)
+ Addedhar-schema@2.0.0(transitive)
+ Addedhar-validator@5.1.5(transitive)
+ Addedheader-case@1.0.1(transitive)
+ Addedhttp-signature@1.2.0(transitive)
+ Addedis-lower-case@1.1.3(transitive)
+ Addedis-typedarray@1.0.0(transitive)
+ Addedis-upper-case@1.1.2(transitive)
+ Addedisstream@0.1.2(transitive)
+ Addedjsbn@0.1.1(transitive)
+ Addedjson-schema@0.4.0(transitive)
+ Addedjson-schema-traverse@0.4.1(transitive)
+ Addedjson-stringify-safe@5.0.1(transitive)
+ Addedjsprim@1.4.2(transitive)
+ Addedlower-case@1.1.4(transitive)
+ Addedlower-case-first@1.0.2(transitive)
+ Addedmime-db@1.52.0(transitive)
+ Addedmime-types@2.1.35(transitive)
+ Addedno-case@2.3.2(transitive)
+ Addedoauth-sign@0.9.0(transitive)
+ Addedparam-case@2.1.1(transitive)
+ Addedpascal-case@2.0.1(transitive)
+ Addedpath-case@2.1.1(transitive)
+ Addedperformance-now@2.1.0(transitive)
+ Addedpsl@1.10.0(transitive)
+ Addedpunycode@2.3.1(transitive)
+ Addedqs@6.5.3(transitive)
+ Addedrequest@2.88.2(transitive)
+ Addedsafe-buffer@5.2.1(transitive)
+ Addedsafer-buffer@2.1.2(transitive)
+ Addedsentence-case@2.1.1(transitive)
+ Addedsnake-case@2.1.0(transitive)
+ Addedsshpk@1.18.0(transitive)
+ Addedswap-case@1.1.2(transitive)
+ Addedtitle-case@2.1.1(transitive)
+ Addedtough-cookie@2.5.0(transitive)
+ Addedtunnel-agent@0.6.0(transitive)
+ Addedtweetnacl@0.14.5(transitive)
+ Addedupper-case@1.1.3(transitive)
+ Addedupper-case-first@1.1.2(transitive)
+ Addeduri-js@4.4.1(transitive)
+ Addeduuid@3.4.0(transitive)
+ Addedverror@1.10.0(transitive)
- Removedhttps-proxy-agent@^2.2.1
- Removedagent-base@4.3.0(transitive)
- Removeddebug@3.2.7(transitive)
- Removedes6-promise@4.2.8(transitive)
- Removedes6-promisify@5.0.0(transitive)
- Removedhttps-proxy-agent@2.2.4(transitive)
- Removedms@2.1.3(transitive)