Socket
Socket
Sign inDemoInstall

jasmine-node

Package Overview
Dependencies
22
Maintainers
3
Versions
72
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.14.5 to 1.14.6

2

lib/jasmine-node/cli.js

@@ -285,4 +285,4 @@ var util,

function printVersion(){
console.log("1.14.3");
console.log("1.14.?");
process.exit(0);
}
{
"name": "jasmine-node",
"version": "1.14.5",
"version": "1.14.6",
"description": "DOM-less simple JavaScript BDD testing framework for Node",

@@ -22,13 +22,11 @@ "contributors": [

],
"licenses": [
"MIT"
],
"license": "MIT",
"dependencies": {
"coffee-script": ">=1.0.1",
"jasmine-reporters": "~1.0.0",
"jasmine-growl-reporter": "~0.0.2",
"jasmine-growl-reporter": "~1.0.1",
"requirejs": ">=0.27.1",
"walkdir": ">= 0.0.1",
"underscore": ">= 1.3.1",
"gaze": "~0.3.2",
"gaze": "~1.1.2",
"mkdirp": "~0.3.5"

@@ -35,0 +33,0 @@ },

@@ -241,2 +241,3 @@ jasmine-node

* _1.14.6_ Update dependencies to resolve `npm audit` issues
* _1.14.5_ Using ~ instead of ^ for reporter version (thanks to [Maxim-Filimonov](https://github.com/Maxim-Filimonov))

@@ -243,0 +244,0 @@ * _1.14.4_ Rolled back jasmine reporter version (thanks to [tjmcduffie](https://github.com/tjmcduffie))

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