Socket
Socket
Sign inDemoInstall

jasmine-spec-reporter

Package Overview
Dependencies
1
Maintainers
1
Versions
45
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.2.0 to 4.2.1

2

built/spec-reporter.js

@@ -53,3 +53,3 @@ "use strict";

this.metrics.stop(runDetails);
if (runDetails.failedExpectations.length) {
if (runDetails.failedExpectations && runDetails.failedExpectations.length) {
var error = this.runDetailsToResult(runDetails);

@@ -56,0 +56,0 @@ this.metrics.globalErrors.push(error);

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

# 4.2.1
## Bugfix
* Restore compatibility with jasmine < 2.5.0 [#222](https://github.com/bcaudan/jasmine-spec-reporter/pull/222), [#223](https://github.com/bcaudan/jasmine-spec-reporter/pull/223)
# 4.2.0

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

{
"name": "jasmine-spec-reporter",
"version": "4.2.0",
"version": "4.2.1",
"description": "Spec reporter for jasmine behavior-driven development framework",

@@ -52,3 +52,3 @@ "main": "built/main.js",

"@types/jasmine": "2.5.53",
"@types/node": "8.0.18",
"@types/node": "8.0.21",
"codecov": "2.3.0",

@@ -60,3 +60,3 @@ "diff": "3.3.0",

"protractor": "5.1.2",
"tslint": "5.5.0",
"tslint": "5.6.0",
"tslint-eslint-rules": "4.1.1",

@@ -63,0 +63,0 @@ "typescript": "2.4.2"

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc