Socket
Socket
Sign inDemoInstall

type-coverage

Package Overview
Dependencies
Maintainers
1
Versions
131
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

type-coverage - npm Package Compare versions

Comparing version 1.1.0 to 1.2.0

20

package.json
{
"name": "type-coverage",
"version": "1.1.0",
"version": "1.2.0",
"description": "A CLI tool to check type coverage for typescript code",

@@ -10,17 +10,17 @@ "main": "index.js",

"devDependencies": {
"@commitlint/cli": "6.2.0",
"@commitlint/config-conventional": "6.1.3",
"@commitlint/cli": "7.0.0",
"@commitlint/config-conventional": "7.0.1",
"@types/glob": "5.0.35",
"@types/jasmine": "2.8.8",
"@types/minimist": "1.2.0",
"@types/node": "10.3.0",
"clean-release": "2.5.2",
"@types/node": "10.5.3",
"clean-release": "2.6.0",
"clean-scripts": "1.9.2",
"jasmine": "3.1.0",
"markdownlint-cli": "0.9.0",
"markdownlint-cli": "0.11.0",
"no-unused-export": "1.5.1",
"rimraf": "2.6.2",
"standard": "11.0.1",
"tslint": "5.10.0",
"tslint-config-standard": "7.0.0",
"tslint": "5.11.0",
"tslint-config-standard": "7.1.0",
"tslint-sonarts": "1.7.0"

@@ -31,4 +31,4 @@ },

"minimist": "1.2.0",
"tslib": "1.9.2",
"typescript": "2.9.1"
"tslib": "1.9.3",
"typescript": "3.0.1"
},

@@ -35,0 +35,0 @@ "scripts": {

@@ -16,3 +16,3 @@ # type-coverage

`yarn add global type-coverage`
`yarn global add type-coverage`

@@ -19,0 +19,0 @@ ## usage

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