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.4 to 1.0.5

.gitignore

2

lib/jasmine-node/index.js

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

var verbose = isVerbose || false;
var fileMatcher = matcher || new RegExp("spec\.(js)$", "i");
var fileMatcher = matcher || new RegExp(".(js)$", "i");
var colors = showColors || false;

@@ -51,0 +51,0 @@ var specs = jasmine.getAllSpecFiles(folder, fileMatcher);

{
"name" : "jasmine-node"
, "version" : "1.0.4"
, "version" : "1.0.5"
, "description" : "DOM-less simple JavaScript BDD testing framework for Node"

@@ -22,3 +22,3 @@ , "homepage" : [ "http://pivotal.github.com/jasmine"

, "bin" : "bin/jasmine-node"
, "main" : "jasmine-node"
, "main" : "lib/jasmine-node"
}
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