Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@istanbuljs/nyc-config-typescript

Package Overview
Dependencies
Maintainers
4
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@istanbuljs/nyc-config-typescript - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

8

CHANGELOG.md

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

4

package.json
{
"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 @@ ```

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