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 10.1.1-candidate.0 to 10.1.2-candidate.0

10

CHANGELOG.md

@@ -5,2 +5,12 @@ # Change Log

<a name="10.1.2"></a>
## [10.1.2](https://github.com/istanbuljs/nyc/compare/v10.1.1...v10.1.2) (2017-01-18)
### Bug Fixes
* revert defaulting to empty file-coverage report, this caused too many issues ([25aec77](https://github.com/istanbuljs/nyc/commit/25aec77))
<a name="10.1.1"></a>

@@ -7,0 +17,0 @@ ## [10.1.1](https://github.com/istanbuljs/nyc/compare/v10.1.0...v10.1.1) (2017-01-18)

2

lib/instrumenters/noop.js

@@ -11,3 +11,3 @@ var FileCoverage = require('istanbul-lib-coverage').classes.FileCoverage

} else {
this.fileCoverage = new FileCoverage(filename)
this.fileCoverage = null
}

@@ -14,0 +14,0 @@ return code

@@ -67,5 +67,6 @@ {

},
"directories": {},
"dist": {
"shasum": "9b1a6c35d4d0dfcef5711ae651e8e9d3d7114145",
"tarball": "http://registry.npmjs.org/regex-cache/-/regex-cache-0.4.3.tgz"
"tarball": "https://registry.npmjs.org/regex-cache/-/regex-cache-0.4.3.tgz"
},

@@ -72,0 +73,0 @@ "engines": {

{
"name": "nyc",
"version": "10.1.1-candidate.0",
"version": "10.1.2-candidate.0",
"description": "the Istanbul command line interface",

@@ -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