Socket
Socket
Sign inDemoInstall

jasmine

Package Overview
Dependencies
7
Maintainers
3
Versions
53
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.2.0 to 2.2.1

.idea/encodings.xml

7

lib/jasmine.js
var path = require('path'),
util = require('util'),
glob = require('glob');
glob = require('glob'),
exit = require('exit');

@@ -31,6 +32,6 @@ module.exports = Jasmine;

if(passed) {
process.exit(0);
exit(0);
}
else {
process.exit(1);
exit(1);
}

@@ -37,0 +38,0 @@ };

@@ -11,3 +11,3 @@ {

],
"version": "2.2.0",
"version": "2.2.1",
"repository": {

@@ -21,4 +21,5 @@ "type": "git",

"dependencies": {
"jasmine-core": "~2.2.0",
"glob": "^3.2.11"
"exit": "^0.1.2",
"glob": "^3.2.11",
"jasmine-core": "~2.2.0"
},

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

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