jasmine-node
Advanced tools
Comparing version 1.2.0 to 1.2.1
@@ -43,3 +43,3 @@ var util, | ||
var args = process.argv.slice(2); | ||
var existsSync = fs.existsSync || path.existsSync; | ||
var existsSync = fs.existsSync || Path.existsSync; | ||
@@ -46,0 +46,0 @@ while(args.length) { |
{ | ||
"name": "jasmine-node", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"description": "DOM-less simple JavaScript BDD testing framework for Node", | ||
@@ -22,5 +22,2 @@ "contributors": [ | ||
"maintainers": "Martin Häger <martin.haeger@gmail.com>", | ||
"contributors": [ | ||
"Chris Moultrie <chris@moultrie.org>" | ||
], | ||
"licenses": [ | ||
@@ -27,0 +24,0 @@ "MIT" |
@@ -129,4 +129,5 @@ jasmine-node | ||
* _1.2.1 - Emergency fix for path reference missing_ | ||
* _1.2.0 - Fixed #149, #152, #171, #181, #195. --autotest now works as expected, jasmine clock now responds to the fake ticking as requested, and removed the path.exists warning_ | ||
* _1.1.1 - Fixed #173, #169 (Blocks were not indented in verbose properly, added more documentation to address #180_ | ||
* _1.1.0 - Updated Jasmine to 1.3.1, fixed fs missing, catching uncaught exceptions, other fixes_ |
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
133
2
140119