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

jasmine-node

Package Overview
Dependencies
Maintainers
0
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.0.0-rc3 to 1.0.1

spec/CoffeeSpec.coffee

6

._package.json

@@ -1,4 +0,4 @@

Mac OS X  2��ATTR�z���"�"com.macromates.caret{
column = 29;
line = 2;
Mac OS X  2��ATTR�r��#�#com.macromates.caret{
column = 43;
line = 18;
}

@@ -1,4 +0,4 @@

Mac OS X  2��ATTR�z���"�"com.macromates.caret{
Mac OS X  2��ATTR�r��"�"com.macromates.caret{
column = 0;
line = 32;
}

@@ -5,2 +5,3 @@ var jasmine = require('jasmine-node');

var SPEC_FOLDER= Path.join(process.cwd(), 'spec'),

@@ -27,2 +28,5 @@ HELPER_MATCHER_REGEX= "^.+[-_]helper\.(js|coffee)$";

break;
case '--coffee':
require('coffee-script');
break;
default:

@@ -29,0 +33,0 @@ sys.puts("unknown option: " + arg);

{
"name" : "jasmine-node"
, "version" : "1.0.0rc3"
, "version" : "1.0.1"
, "description" : "DOM-less simple JavaScript BDD testing framework for Node"

@@ -11,12 +11,13 @@ , "homepage" : [ "http://pivotal.github.com/jasmine"

, "keywords" : ["testing", "bdd"]
, "author" : "Davis W. Frank <dwfrank@pivotallabs.com>"
, "author" : "Misko Hevery <misko@hevery.com>"
, "contributors" : [ "Rajan Agaskar <rajan@pivotallabs.com"
, "Christian Williams <xian@pivotallabs.com"
, "Misko Hevery <misko@hevery.com>"
, "Davis W. Frank <dwfrank@pivotallabs.com>",
, "Matteo Collina <matteo.collina@gmail.com>"
]
, "maintainers" : "Martin Häger <martin.haeger@gmail.com>"
, "licenses" : ["MIT"]
, "dependencies" : []
, "dependencies" : { "coffee-script" : ">=1.0.0"}
, "bin" : "./bin/jasmine-node"
, "main" : "./lib/jasmine-node"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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