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

jasminewd

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jasminewd - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

6

CHANGELOG.md

@@ -0,1 +1,7 @@

# 1.0.2
## Bug Fixes
- ([30b6811](https://github.com/angular/jasminewd/commit/30b68113759a7cb5c8dabc5b16ffcd89516882d8)) fix(timeout): output more information about the current task when a timeout occurs
# 1.0.1

@@ -2,0 +8,0 @@

3

index.js

@@ -290,3 +290,6 @@ /**

jasmine.getEnv().addReporter(new OnTimeoutReporter(function() {
console.warn('A Jasmine spec timed out. Resetting the WebDriver Control Flow.');
console.warn('The last active task was : ' +
flow.activeFrame_.getPendingTask().toString());
flow.reset();
}));

4

package.json

@@ -16,3 +16,3 @@ {

"jshint": "2.5.0",
"minijasminenode": "0.4.0",
"minijasminenode": "1.1.0",
"selenium-webdriver": "2.42.0"

@@ -30,3 +30,3 @@ },

"license": "MIT",
"version": "1.0.1"
"version": "1.0.2"
}
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