You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

vue-tsc-files

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vue-tsc-files - npm Package Compare versions

Comparing version

to
0.0.5

11

package.json
{
"name": "vue-tsc-files",
"version": "0.0.4",
"version": "0.0.5",
"description": "A tiny tool to run tsc on specific files without ignoring tsconfig.json",

@@ -39,5 +39,7 @@ "license": "MIT",

"peerDependencies": {
"typescript": ">=4",
"vue-tsc": ">=1"
"typescript": ">=4"
},
"dependencies": {
"vue-tsc": "1.0.24"
},
"devDependencies": {

@@ -47,5 +49,4 @@ "@commitlint/cli": "11.0.0",

"husky": "4.3.6",
"typescript": "4.1.3",
"vue-tsc": "1.0.24"
"typescript": "4.1.3"
}
}