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

vows

Package Overview
Dependencies
Maintainers
3
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.6.1 to 0.6.2

.npmignore

2

lib/assert/macros.js

@@ -82,3 +82,3 @@ var assert = require('assert'),

}
return false;
return true;
})(actual)) {

@@ -85,0 +85,0 @@ assert.fail(actual, expected, message || "expected {actual} to include {expected}", "include", assert.include);

@@ -47,3 +47,4 @@ var eyes = require('eyes').inspector({ stream: null, styles: false });

return a.replace(/`([^`]+)`/g, function (_, capture) { return stylize(capture, 'italic') })
.replace(/\*([^*]+)\*/g, function (_, capture) { return stylize(capture, 'bold') });
.replace(/\*([^*]+)\*/g, function (_, capture) { return stylize(capture, 'bold') })
.replace(/\n/g, function (_, capture) { return ' \n ' } );
});

@@ -50,0 +51,0 @@ }

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

"directories" : { "test": "./test", "bin": "./bin" },
"version" : "0.6.1",
"version" : "0.6.2",
"scripts" : {"test": "./bin/vows --spec"},
"engines" : {"node": ">=0.2.6"}
}

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