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.2 to 1.0.3

5

CHANGELOG.md

@@ -0,1 +1,5 @@

# 1.0.3
## Bug Fixes
- ([00821b3](https://github.com/angular/jasminewd/commit/00821b3180a6674012fdccab106835f5ce94bb3f)) fix(timeout): better messaging if the control flow does not have a listed last task
# 1.0.2

@@ -6,3 +10,2 @@

# 1.0.1

@@ -9,0 +12,0 @@

7

index.js

@@ -291,5 +291,8 @@ /**

console.warn('A Jasmine spec timed out. Resetting the WebDriver Control Flow.');
console.warn('The last active task was : ' +
flow.activeFrame_.getPendingTask().toString());
console.warn('The last active task was: ');
console.warn(
(flow.activeFrame_ && flow.activeFrame_.getPendingTask() ?
flow.activeFrame_.getPendingTask().toString() :
'unknown'));
flow.reset();
}));

@@ -29,3 +29,3 @@ {

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