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

vows

Package Overview
Dependencies
Maintainers
2
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vows - npm Package Compare versions

Comparing version 0.5.12 to 0.5.13

2

lib/assert/error.js

@@ -22,3 +22,3 @@ var stylize = require('../vows/console').stylize;

return stylize(parse(this.message), 'yellow') +
(source) ? stylize(' // ' + source[1] + source[2], 'grey') : '';
((source) ? stylize(' // ' + source[1] + source[2], 'grey') : '');
} else {

@@ -25,0 +25,0 @@ return stylize([

@@ -12,5 +12,5 @@ {

"directories" : { "test": "./test", "bin": "./bin" },
"version" : "0.5.12",
"version" : "0.5.13",
"scripts" : {"test": "./bin/vows --spec"},
"engines" : {"node": ">=0.2.6"}
}
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