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 5.1.0 to 5.1.1

2

bin/nyc.js

@@ -120,3 +120,3 @@ #!/usr/bin/env node

var nyc = (new NYC())
nyc.cleanup()
nyc.reset()

@@ -123,0 +123,0 @@ if (argv.all) nyc.addAllFiles()

## Change Log
### v5.1.1 (2015/12/30 14:52 -08:00)
- [#121](https://github.com/bcoe/nyc/pull/121) Fix for --all functionality. (@jamestalmage)
### v5.1.0 (2015/12/27 20:36 -08:00)

@@ -4,0 +8,0 @@

@@ -52,4 +52,2 @@ /* global __coverage__ */

this._createDatastoreDirectories()
this.transform = this._createTransform()

@@ -224,6 +222,11 @@

NYC.prototype._createDatastoreDirectories = function () {
NYC.prototype.createTempDirectory = function () {
mkdirp.sync(this.tempDirectory())
}
NYC.prototype.reset = function () {
this.cleanup()
this.createTempDirectory()
}
NYC.prototype._wrapExit = function () {

@@ -230,0 +233,0 @@ var _this = this

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

@@ -98,3 +98,3 @@ "main": "index.js",

"standard": "^5.2.1",
"tap": "^2.3.5",
"tap": "^2.3.4",
"win-spawn": "^2.0.0",

@@ -101,0 +101,0 @@ "zero-fill": "^2.2.1"

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