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

zenstack

Package Overview
Dependencies
Maintainers
1
Versions
308
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

zenstack - npm Package Compare versions

Comparing version 0.1.42 to 1.0.0

.vscode/extensions.json

98

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