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

easy-sauce

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

easy-sauce - npm Package Compare versions

Comparing version 0.3.0 to 0.3.1

2

package.json
{
"name": "easy-sauce",
"version": "0.3.0",
"version": "0.3.1",
"description": "Simple JavaScript unit testing on the Sauce Labs cloud",

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

@@ -95,3 +95,3 @@ # Easy Sauce

"easySauce": {
"path": "/tests/suite.html",
"tests": "/tests/all-tests.html",
"port": "8080",

@@ -145,5 +145,5 @@ "platforms": [

<tr valign="top">
<td><code>message</code></td>
<td><code>message</code> (string) The message text.</td>
<td>A progress message. In the CLI, this mesage is logged to the console.</td>
<td><code>update</code></td>
<td><code>job</code> (Object) The updated JSON job data from Sauce Labs.</td>
<td>Emitted when the status of a [job](https://wiki.saucelabs.com/display/DOCS/JavaScript+Unit+Testing+Methods) has changed.</td>
</tr>

@@ -154,5 +154,5 @@ <tr valign="top">

<code>passed</code> (boolean) True if all tests passed.<br>
<code>jobs</code> (Object) The raw JSON results from Sauce Labs.
<code>jobs</code> (Object) The final JSON jobs data from Sauce Labs.
</td>
<td>Emitted when the tests have finished running.</td>
<td>Emitted when all test [jobs](https://wiki.saucelabs.com/display/DOCS/JavaScript+Unit+Testing+Methods) have finished running.</td>
</tr>

@@ -191,5 +191,5 @@ <tr valign="top">

})
.on('message', function(message) {
// A progress message has been added to the stream.
console.log(message);
.on('update', function(job) {
// A job's status has been updated
console.log(job.status);
})

@@ -196,0 +196,0 @@ .on('end', function(passed, jobs) {

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