Comparing version 0.1.42 to 1.0.0
{ | ||
"name": "zenstack", | ||
"displayName": "ZenStack CLI and Language Tools", | ||
"description": "ZenStack CLI and Language Tools", | ||
"version": "0.1.42", | ||
"engines": { | ||
"vscode": "^1.56.0" | ||
}, | ||
"categories": [ | ||
"Programming Languages" | ||
], | ||
"contributes": { | ||
"languages": [ | ||
{ | ||
"id": "zmodel", | ||
"aliases": [ | ||
"ZenStack Model", | ||
"zmodel" | ||
], | ||
"extensions": [ | ||
".zmodel" | ||
], | ||
"configuration": "./language-configuration.json", | ||
"icon": { | ||
"light": "./asset/logo-light.png", | ||
"dark": "./asset/logo-dark.png" | ||
} | ||
} | ||
], | ||
"grammars": [ | ||
{ | ||
"language": "zmodel", | ||
"scopeName": "source.zmodel", | ||
"path": "./syntaxes/zmodel.tmLanguage.json" | ||
} | ||
] | ||
}, | ||
"activationEvents": [ | ||
"onLanguage:zmodel" | ||
], | ||
"files": [ | ||
"bin", | ||
"out" | ||
], | ||
"bin": { | ||
"zenstack": "./bin/cli" | ||
}, | ||
"main": "./out/extension.js", | ||
"dependencies": { | ||
"@zenstackhq/internal": "0.1.21", | ||
"change-case": "^4.1.2", | ||
"chevrotain": "^9.1.0", | ||
"colors": "^1.4.0", | ||
"commander": "^8.0.0", | ||
"langium": "^0.4.0", | ||
"prisma": "^4.4.0", | ||
"promisify": "^0.0.3", | ||
"ts-morph": "^16.0.0", | ||
"vscode-jsonrpc": "^8.0.2", | ||
"vscode-languageclient": "^7.0.0", | ||
"vscode-languageserver": "^7.0.0", | ||
"vscode-uri": "^3.0.2" | ||
}, | ||
"devDependencies": { | ||
"@prisma/internals": "^4.4.0", | ||
"@types/jest": "^29.0.3", | ||
"@types/node": "^14.18.29", | ||
"@types/tmp": "^0.2.3", | ||
"@types/uuid": "^8.3.4", | ||
"@types/vscode": "^1.56.0", | ||
"@typescript-eslint/eslint-plugin": "^4.14.1", | ||
"@typescript-eslint/parser": "^4.14.1", | ||
"concurrently": "^7.4.0", | ||
"eslint": "^7.19.0", | ||
"jest": "^29.0.3", | ||
"langium-cli": "^0.4.0", | ||
"tmp": "^0.2.1", | ||
"ts-jest": "^29.0.1", | ||
"ts-node": "^10.9.1", | ||
"tsc-alias": "^1.7.0", | ||
"tsconfig-paths-jest": "^0.0.1", | ||
"typescript": "^4.6.2" | ||
}, | ||
"version": "1.0.0", | ||
"description": "", | ||
"main": "index.js", | ||
"keywords": [], | ||
"author": "", | ||
"license": "ISC", | ||
"scripts": { | ||
"vscode:prepublish": "npm run build && npm run lint", | ||
"build": "tsc && tsc-alias && cp src/language-server/stdlib.zmodel ./out/language-server/ && cp src/generator/*.template.json ./out/generator/", | ||
"ts:watch": "tsc --watch", | ||
"tsc-alias:watch": "tsc-alias --watch", | ||
"lint": "eslint src --ext ts", | ||
"langium:generate": "langium generate", | ||
"langium:watch": "langium generate --watch", | ||
"watch": "concurrently --kill-others \"npm:langium:watch\" \"npm:ts:watch\" \"npm:tsc-alias:watch\"", | ||
"test": "jest" | ||
"build": "pnpm -r build", | ||
"test": "pnpm -r test" | ||
} | ||
} |
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
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
Found 1 instance in 1 package
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Mixed license
License(Experimental) Package contains multiple licenses.
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
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
Shell access
Supply chain riskThis module accesses the system shell. Accessing the system shell increases the risk of executing arbitrary code.
Found 1 instance in 1 package
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 2 instances in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 2 instances in 1 package
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 2 instances in 1 package
No contributors or author data
MaintenancePackage does not specify a list of contributors or an author in package.json.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
884211
0
0
133
19345
1
0
2
1
1
1
- Removed@zenstackhq/internal@0.1.21
- Removedchange-case@^4.1.2
- Removedchevrotain@^9.1.0
- Removedcolors@^1.4.0
- Removedcommander@^8.0.0
- Removedlangium@^0.4.0
- Removedprisma@^4.4.0
- Removedpromisify@^0.0.3
- Removedts-morph@^16.0.0
- Removedvscode-jsonrpc@^8.0.2
- Removedvscode-languageclient@^7.0.0
- Removedvscode-languageserver@^7.0.0
- Removedvscode-uri@^3.0.2
- Removed@chevrotain/types@9.1.0(transitive)
- Removed@chevrotain/utils@9.1.0(transitive)
- Removed@nodelib/fs.scandir@2.1.5(transitive)
- Removed@nodelib/fs.stat@2.0.5(transitive)
- Removed@nodelib/fs.walk@1.2.8(transitive)
- Removed@prisma/engines@4.16.2(transitive)
- Removed@ts-morph/common@0.17.0(transitive)
- Removedbalanced-match@1.0.2(transitive)
- Removedbrace-expansion@1.1.112.0.1(transitive)
- Removedbraces@3.0.3(transitive)
- Removedcamel-case@4.1.2(transitive)
- Removedcapital-case@1.0.4(transitive)
- Removedchange-case@4.1.2(transitive)
- Removedchevrotain@9.1.0(transitive)
- Removedcode-block-writer@11.0.3(transitive)
- Removedcolors@1.4.0(transitive)
- Removedcommander@8.3.0(transitive)
- Removedconcat-map@0.0.1(transitive)
- Removedconstant-case@3.0.4(transitive)
- Removeddot-case@3.0.4(transitive)
- Removedfast-glob@3.3.2(transitive)
- Removedfastq@1.17.1(transitive)
- Removedfill-range@7.1.1(transitive)
- Removedglob-parent@5.1.2(transitive)
- Removedheader-case@2.0.4(transitive)
- Removedis-extglob@2.1.1(transitive)
- Removedis-glob@4.0.3(transitive)
- Removedis-number@7.0.0(transitive)
- Removedlangium@0.4.0(transitive)
- Removedlower-case@2.0.2(transitive)
- Removedmerge2@1.4.1(transitive)
- Removedmicromatch@4.0.8(transitive)
- Removedminimatch@3.1.25.1.6(transitive)
- Removedmkdirp@1.0.4(transitive)
- Removedno-case@3.0.4(transitive)
- Removedparam-case@3.0.4(transitive)
- Removedpascal-case@3.1.2(transitive)
- Removedpath-browserify@1.0.1(transitive)
- Removedpath-case@3.0.4(transitive)
- Removedpicomatch@2.3.1(transitive)
- Removedprisma@4.16.2(transitive)
- Removedpromisify@0.0.3(transitive)
- Removedqueue-microtask@1.2.3(transitive)
- Removedregexp-to-ast@0.5.0(transitive)
- Removedreusify@1.0.4(transitive)
- Removedrun-parallel@1.2.0(transitive)
- Removedsemver@7.6.3(transitive)
- Removedsentence-case@3.0.4(transitive)
- Removedsnake-case@3.0.4(transitive)
- Removedto-regex-range@5.0.1(transitive)
- Removedts-morph@16.0.0(transitive)
- Removedtslib@2.8.1(transitive)
- Removedupper-case@2.0.2(transitive)
- Removedupper-case-first@2.0.2(transitive)
- Removedvscode-jsonrpc@6.0.08.2.1(transitive)
- Removedvscode-languageclient@7.0.0(transitive)
- Removedvscode-languageserver@7.0.0(transitive)
- Removedvscode-languageserver-protocol@3.16.0(transitive)
- Removedvscode-languageserver-textdocument@1.0.12(transitive)
- Removedvscode-languageserver-types@3.16.0(transitive)
- Removedvscode-uri@3.0.8(transitive)
- Removedwhen@3.7.8(transitive)