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

jasmine-node

Package Overview
Dependencies
Maintainers
3
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.14.6 to 1.15.0

6

lib/jasmine-node/cli.js

@@ -72,5 +72,5 @@ var util,

try {
require('coffee-script/register'); // support CoffeeScript >=1.7.0
require('coffeescript/register'); // support CoffeeScript >=1.7.0
} catch ( e ) {
require('coffee-script'); // support CoffeeScript <=1.6.3
require('coffeescript'); // support CoffeeScript <=1.6.3
}

@@ -264,3 +264,3 @@ extensions = "js|coffee|litcoffee";

, ' --verbose - print extra information per each test run'
, ' --coffee - load coffee-script which allows execution .coffee files'
, ' --coffee - load coffeescript which allows execution .coffee files'
, ' --junitreport - export tests results as junitreport xml format'

@@ -267,0 +267,0 @@ , ' --output - defines the output folder for junitreport files'

@@ -11,3 +11,3 @@ /**

define(['coffee-script'], function (CoffeeScript) {
define(['coffeescript'], function (CoffeeScript) {
'use strict';

@@ -14,0 +14,0 @@ var fs, getXhr,

@@ -118,3 +118,3 @@ var fs = require('fs');

if(!existsSync(junitreport.savePath)) {
util.puts('creating junit xml report save path: ' + junitreport.savePath);
console.log('creating junit xml report save path: ' + junitreport.savePath);
mkdirp.sync(junitreport.savePath, "0755");

@@ -121,0 +121,0 @@ }

@@ -7,3 +7,3 @@ exports.executeJsRunner = function(specCollection, done, jasmineEnv, setupFile) {

fs = require('fs'),
coffeescript = require('coffee-script'),
coffeescript = require('coffeescript'),
template = fs.readFileSync(

@@ -10,0 +10,0 @@ setupFile || (__dirname + '/requirejs-wrapper-template.js'),

{
"name": "jasmine-node",
"version": "1.14.6",
"version": "1.15.0",
"description": "DOM-less simple JavaScript BDD testing framework for Node",
"contributors": [
"Chris Moultrie <chris@moultrie.org>"
"Martin Häger <martin.haeger@gmail.com>",
"Chris Moultrie <chris@moultrie.org>",
"Christopher J. Brody (@brodybits aka Chris Brody) <chris.brody@gmail.com>"
],

@@ -19,2 +21,3 @@ "homepage": "https://github.com/mhevery/jasmine-node",

"maintainers": [
"Christopher J. Brody (@brodybits aka Chris Brody) <chris.brody@gmail.com>",
"Martin Häger <martin.haeger@gmail.com>",

@@ -25,3 +28,3 @@ "Chris Moultrie <chris@moultrie.org>"

"dependencies": {
"coffee-script": ">=1.0.1",
"coffeescript": ">=1.0.1",
"jasmine-reporters": "~1.0.0",

@@ -28,0 +31,0 @@ "jasmine-growl-reporter": "~1.0.1",

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

* _1.15.0_ Switch to coffeescript package
* _1.14.6_ Update dependencies to resolve `npm audit` issues

@@ -243,0 +244,0 @@ * _1.14.5_ Using ~ instead of ^ for reporter version (thanks to [Maxim-Filimonov](https://github.com/Maxim-Filimonov))

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