Socket
Socket
Sign inDemoInstall

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.2.0 to 1.2.1

2

lib/jasmine-node/cli.js

@@ -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_
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