Socket
Socket
Sign inDemoInstall

nyc

Package Overview
Dependencies
143
Maintainers
3
Versions
163
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 15.0.0-beta.2 to 15.0.0-beta.3

2

CHANGELOG.md

@@ -5,3 +5,3 @@ # Changelog

## [15.0.0-beta.2](https://github.com/istanbuljs/nyc/compare/v14.1.1...v15.0.0-beta.2) (2019-12-07)
## [15.0.0-beta.3](https://github.com/istanbuljs/nyc/compare/v14.1.1...v15.0.0-beta.3) (2019-12-09)

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

@@ -21,3 +21,3 @@ 'use strict'

const SourceMaps = require('./lib/source-maps')
const testExclude = require('test-exclude')
const TestExclude = require('test-exclude')
const pMap = require('p-map')

@@ -68,3 +68,3 @@

this.exclude = testExclude({
this.exclude = new TestExclude({
cwd: this.cwd,

@@ -71,0 +71,0 @@ include: config.include,

{
"name": "nyc",
"version": "15.0.0-beta.2",
"version": "15.0.0-beta.3",
"description": "the Istanbul command line interface",

@@ -58,4 +58,4 @@ "main": "index.js",

"dependencies": {
"@istanbuljs/load-nyc-config": "^1.0.0-alpha.1",
"@istanbuljs/schema": "^0.1.1",
"@istanbuljs/load-nyc-config": "^1.0.0-alpha.2",
"@istanbuljs/schema": "^0.1.2",
"caching-transform": "^4.0.0",

@@ -68,9 +68,9 @@ "convert-source-map": "^1.7.0",

"glob": "^7.1.6",
"istanbul-lib-coverage": "^3.0.0-alpha.1",
"istanbul-lib-hook": "^3.0.0-alpha.1",
"istanbul-lib-instrument": "^4.0.0-alpha.2",
"istanbul-lib-coverage": "^3.0.0-alpha.2",
"istanbul-lib-hook": "^3.0.0-alpha.2",
"istanbul-lib-instrument": "^4.0.0-alpha.3",
"istanbul-lib-processinfo": "^2.0.2",
"istanbul-lib-report": "^3.0.0-alpha.1",
"istanbul-lib-source-maps": "^4.0.0-alpha.4",
"istanbul-reports": "^3.0.0-alpha.4",
"istanbul-lib-report": "^3.0.0-alpha.2",
"istanbul-lib-source-maps": "^4.0.0-alpha.5",
"istanbul-reports": "^3.0.0-alpha.6",
"js-yaml": "^3.13.1",

@@ -84,16 +84,16 @@ "make-dir": "^3.0.0",

"spawn-wrap": "^2.0.0-beta.0",
"test-exclude": "=6.0.0-alpha.1",
"test-exclude": "^6.0.0-alpha.3",
"uuid": "^3.3.3",
"yargs": "^15.0.1"
"yargs": "^15.0.2"
},
"devDependencies": {
"any-path": "^1.3.0",
"coveralls": "^3.0.6",
"coveralls": "^3.0.9",
"is-windows": "^1.0.2",
"requirejs": "^2.3.6",
"source-map-support": "^0.5.13",
"source-map-support": "^0.5.16",
"standard": "^12.0.1",
"standard-version": "^7.0.0",
"tap": "^14.6.9",
"which": "^2.0.1"
"standard-version": "^7.0.1",
"tap": "^14.10.2",
"which": "^2.0.2"
},

@@ -100,0 +100,0 @@ "engines": {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc