Socket
Socket
Sign inDemoInstall

jasmine

Package Overview
Dependencies
Maintainers
3
Versions
55
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jasmine - npm Package Compare versions

Comparing version 2.3.0 to 2.3.1

.idea/.name

3

lib/jasmine.js

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

this.addReporter(consoleReporter);
this.defaultReporterAdded = true;
};

@@ -147,3 +148,3 @@

if(!this.onCompleteCallbackAdded) {
if(!this.onCompleteCallbackAdded && this.defaultReporterAdded) {
var jasmineRunner = this;

@@ -150,0 +151,0 @@ this.exitCodeReporter.onComplete(function(passed) {

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

"license": "MIT",
"version": "2.3.0",
"version": "2.3.1",
"repository": {

@@ -15,0 +15,0 @@ "type": "git",

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