🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@marko/type-check

Package Overview
Dependencies
Maintainers
7
Versions
113
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@marko/type-check - npm Package Compare versions

Comparing version
2.1.30
to
3.0.0
+21
-21
package.json
{
"name": "@marko/type-check",
"version": "3.0.0",
"description": "A CLI to type check Marko projects",
"version": "2.1.30",
"bugs": "https://github.com/marko-js/language-server/issues/new?template=Bug_report.md",
"dependencies": {
"@marko/compiler": "^5.39.61",
"@luxass/strip-json-comments": "^1.4.0",
"@marko/language-tools": "^2.5.58",
"arg": "^5.0.2",
"kleur": "^4.1.5",
"typescript": "^5.9.3"
},
"files": [
"dist",
"!**/__tests__",
"!**/*.tsbuildinfo"
],
"homepage": "https://github.com/marko-js/language-server/tree/main/packages/type-check/README.md",
"keywords": [

@@ -27,2 +12,8 @@ "type-check",

],
"homepage": "https://github.com/marko-js/language-server/tree/main/packages/type-check/README.md",
"bugs": "https://github.com/marko-js/language-server/issues/new?template=bug-report.yml",
"repository": {
"type": "git",
"url": "https://github.com/marko-js/language-server/tree/main/packages/type-check"
},
"license": "MIT",

@@ -33,9 +24,18 @@ "bin": {

},
"repository": {
"type": "git",
"url": "https://github.com/marko-js/language-server/tree/main/packages/type-check"
"files": [
"dist",
"!**/__tests__",
"!**/*.tsbuildinfo"
],
"scripts": {
"build": "tsx build.mts"
},
"scripts": {
"build": "tsc -b && tsx build.mts"
"dependencies": {
"@luxass/strip-json-comments": "^1.4.0",
"@marko/compiler": "^5.39.63",
"@marko/language-tools": "^2.5.58",
"arg": "^5.0.2",
"kleur": "^4.1.5",
"typescript": "^6.0.2"
}
}