Socket
Socket
Sign inDemoInstall

jasmine

Package Overview
Dependencies
13
Maintainers
3
Versions
53
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.5.0 to 2.5.1

4

lib/jasmine.js

@@ -21,2 +21,3 @@ var path = require('path'),

this.env = this.jasmine.getEnv();
this.reportersCount = 0;
this.exitCodeReporter = new ExitCodeReporter();

@@ -50,2 +51,3 @@ this.onCompleteCallbackAdded = false;

this.env.addReporter(reporter);
this.reportersCount++;
};

@@ -70,3 +72,3 @@

this.provideFallbackReporter(consoleReporter);
this.defaultReporterAdded = true;
this.defaultReporterAdded = this.reportersCount === 0;
};

@@ -73,0 +75,0 @@

@@ -12,3 +12,3 @@ {

"license": "MIT",
"version": "2.5.0",
"version": "2.5.1",
"repository": {

@@ -23,4 +23,4 @@ "type": "git",

"exit": "^0.1.2",
"glob": "^3.2.11",
"jasmine-core": "~2.5.0"
"glob": "^7.0.6",
"jasmine-core": "~2.5.1"
},

@@ -27,0 +27,0 @@ "bin": "./bin/jasmine.js",

@@ -15,3 +15,3 @@ [![Build Status](https://travis-ci.org/jasmine/jasmine-npm.png?branch=master)](https://travis-ci.org/jasmine/jasmine-npm)

http://jasmine.github.io/2.4/node.html
http://jasmine.github.io/2.5/node.html

@@ -18,0 +18,0 @@ ## Installation

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