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.0.0 to 5.0.1

4

CHANGELOG.md
## Change Log
### v5.0.1 (2015/12/14 09:09 -07:00)
- [#94](https://github.com/bcoe/nyc/pull/93) Windows failed if argument had no replace() method. (@bcoe)
### v5.0.0 (2015/12/09 11:03 -07:00)

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

6

node_modules/spawn-wrap/index.js

@@ -149,4 +149,6 @@ module.exports = wrap

options.args = options.args.map(function (a) {
a = a.replace(renode, workingDir + '/node.cmd')
a = a.replace(reiojs, workingDir + '/node.cmd')
if (typeof a === 'string') {
a = a.replace(renode, workingDir + '/node.cmd')
a = a.replace(reiojs, workingDir + '/node.cmd')
}
return a

@@ -153,0 +155,0 @@ })

{
"name": "nyc",
"version": "5.0.0",
"version": "5.0.1",
"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