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 1.5.0 to 2.0.0-beta.0

.editorconfig

78

package.json
{
"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

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