jasmine-node
Advanced tools
Comparing version 1.14.6 to 1.15.0
@@ -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)) |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
164659
289
3
42
+ Addedcoffeescript@>=1.0.1
+ Addedcoffeescript@99.999.99999(transitive)
- Removedcoffee-script@>=1.0.1
- Removedcoffee-script@1.12.7(transitive)