@zenstackhq/language
Advanced tools
+1
-1
@@ -16,3 +16,3 @@ import { DataModel, TypeDef, DataField, Enum, EnumField, FunctionDecl, Attribute, AttributeParam, DataModelAttribute, Model, AbstractDeclaration, DataFieldAttribute, InternalAttribute, Expression, ConfigExpr, BinaryExpr, ReferenceExpr, BuiltinType, ExpressionType, ModelImport } from './ast.cjs'; | ||
| declare function hasAttribute(decl: AttributeTarget, name: string): boolean; | ||
| declare function getAttribute(decl: AttributeTarget, name: string): DataModelAttribute | DataFieldAttribute | undefined; | ||
| declare function getAttribute(decl: AttributeTarget, name: string): DataFieldAttribute | DataModelAttribute | undefined; | ||
| declare function isFromStdlib(node: AstNode): boolean; | ||
@@ -19,0 +19,0 @@ declare function isAuthInvocation(node: AstNode): boolean; |
+1
-1
@@ -16,3 +16,3 @@ import { DataModel, TypeDef, DataField, Enum, EnumField, FunctionDecl, Attribute, AttributeParam, DataModelAttribute, Model, AbstractDeclaration, DataFieldAttribute, InternalAttribute, Expression, ConfigExpr, BinaryExpr, ReferenceExpr, BuiltinType, ExpressionType, ModelImport } from './ast.js'; | ||
| declare function hasAttribute(decl: AttributeTarget, name: string): boolean; | ||
| declare function getAttribute(decl: AttributeTarget, name: string): DataModelAttribute | DataFieldAttribute | undefined; | ||
| declare function getAttribute(decl: AttributeTarget, name: string): DataFieldAttribute | DataModelAttribute | undefined; | ||
| declare function isFromStdlib(node: AstNode): boolean; | ||
@@ -19,0 +19,0 @@ declare function isAuthInvocation(node: AstNode): boolean; |
+5
-5
| { | ||
| "name": "@zenstackhq/language", | ||
| "description": "ZenStack ZModel language specification", | ||
| "version": "3.5.0-beta.5", | ||
| "version": "3.5.0", | ||
| "license": "MIT", | ||
@@ -63,3 +63,3 @@ "author": "ZenStack Team", | ||
| "vscode-languageserver": "^9.0.1", | ||
| "@zenstackhq/common-helpers": "3.5.0-beta.5" | ||
| "@zenstackhq/common-helpers": "3.5.0" | ||
| }, | ||
@@ -72,5 +72,5 @@ "devDependencies": { | ||
| "tmp": "^0.2.4", | ||
| "@zenstackhq/eslint-config": "3.5.0-beta.5", | ||
| "@zenstackhq/typescript-config": "3.5.0-beta.5", | ||
| "@zenstackhq/vitest-config": "3.5.0-beta.5" | ||
| "@zenstackhq/eslint-config": "3.5.0", | ||
| "@zenstackhq/typescript-config": "3.5.0", | ||
| "@zenstackhq/vitest-config": "3.5.0" | ||
| }, | ||
@@ -77,0 +77,0 @@ "scripts": { |
Debug access
Supply chain riskUses debug, reflection and dynamic code execution features.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Debug access
Supply chain riskUses debug, reflection and dynamic code execution features.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
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
1
-50%2490997
0+ Added
- Removed