Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

jasmine-node

Package Overview
Dependencies
Maintainers
2
Versions
72
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jasmine-node - npm Package Compare versions

Comparing version 1.13.0 to 1.13.1

8

lib/jasmine-node/cli.js

@@ -67,3 +67,7 @@ var util,

case '--coffee':
require('coffee-script');
try {
require('coffee-script/register'); // support CoffeeScript >=1.7.0
} catch ( e ) {
require('coffee-script'); // support CoffeeScript <=1.6.3
}
extensions = "js|coffee|litcoffee";

@@ -278,4 +282,4 @@ break;

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

@@ -5,0 +5,0 @@ "contributors": [

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

* _1.13.1_ Add coffee-script support for 1.7.x (thanks to [nathancarter](https://github.com/nathancarter))
* _1.13.0_ Added timing to the verbose reporter (thanks to [rick-kilgore](https://github.com/rick-kilgore))

@@ -240,0 +241,0 @@ * _1.12.1_ Fixed an issue where an undefined variable caused an unhelpful

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