@istanbuljs/nyc-config-typescript
Advanced tools
Comparing version 0.1.1 to 0.1.2
@@ -6,4 +6,12 @@ # Change Log | ||
## [0.1.2](https://github.com/istanbuljs/istanbuljs/compare/@istanbuljs/nyc-config-typescript@0.1.1...@istanbuljs/nyc-config-typescript@0.1.2) (2019-04-24) | ||
**Note:** Version bump only for package @istanbuljs/nyc-config-typescript | ||
## [0.1.1](https://github.com/istanbuljs/istanbuljs/compare/@istanbuljs/nyc-config-typescript@0.1.0...@istanbuljs/nyc-config-typescript@0.1.1) (2019-03-12) | ||
**Note:** Version bump only for package @istanbuljs/nyc-config-typescript |
{ | ||
"name": "@istanbuljs/nyc-config-typescript", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "nyc configuration that works with typescript", | ||
@@ -39,3 +39,3 @@ "main": "index.json", | ||
}, | ||
"gitHead": "c81b051d83217947dfd97d8d06532bd5013e98c3" | ||
"gitHead": "90e60cc47833bb780680f916488ca24f0be36ca2" | ||
} |
@@ -16,5 +16,5 @@ # nyc-config-typescript | ||
{ | ||
"sourceMap": "inline", | ||
// OR | ||
"sourceMap": true | ||
"sourceMap": "inline", | ||
// OR | ||
"sourceMap": true | ||
} | ||
@@ -29,5 +29,5 @@ ``` | ||
{ | ||
"extends": "@istanbuljs/nyc-config-typescript", | ||
// OPTIONAL if you want coverage reported on every file, including those that aren't tested: | ||
"all": true | ||
"extends": "@istanbuljs/nyc-config-typescript", | ||
// OPTIONAL if you want coverage reported on every file, including those that aren't tested: | ||
"all": true | ||
} | ||
@@ -53,3 +53,3 @@ ``` | ||
{ | ||
"test": "nyc mocha" | ||
"test": "nyc mocha" | ||
} | ||
@@ -56,0 +56,0 @@ ``` |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
3548
0