New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

nyc

Package Overview
Dependencies
Maintainers
2
Versions
165
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nyc - npm Package Compare versions

Comparing version 3.2.1 to 3.2.2

6

CHANGELOG.md
## Change Log
### v3.2.2 (2015/09/11 22:02 -07:00)
- [#47](https://github.com/bcoe/nyc/pull/47) make the default exclude rules work on Windows (@bcoe)
- [#45](https://github.com/bcoe/nyc/pull/45) pull in patched versions of spawn-wrap and foreground-child, which support Windows (@bcoe)
- [#44](https://github.com/bcoe/nyc/pull/44) Adds --all option which adds 0% coverage reports for all files in project, regardless of whether code touches them (@ronkorving)
### v3.1.0 (2015/08/02 19:04 +00:00)

@@ -4,0 +10,0 @@

2

index.js

@@ -28,3 +28,3 @@ /* global __coverage__ */

this.exclude = config.exclude || ['node_modules\/', 'test\/', 'test\\.js']
this.exclude = config.exclude || ['node_modules[\/\\\\]', 'test[\/\\\\]', 'test\\.js']
if (!Array.isArray(this.exclude)) this.exclude = [this.exclude]

@@ -31,0 +31,0 @@ this.exclude = _.map(this.exclude, function (p) {

{
"name": "nyc",
"version": "3.2.1",
"version": "3.2.2",
"description": "a code coverage tool that works well with subprocesses.",

@@ -5,0 +5,0 @@ "main": "index.js",

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