🚨 Latest Research:Tanstack npm Packages Compromised in Ongoing Mini Shai-Hulud Supply-Chain Attack.Learn More
Socket
Book a DemoSign in
Socket

@zenstackhq/language

Package Overview
Dependencies
Maintainers
2
Versions
361
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@zenstackhq/language - npm Package Compare versions

Comparing version
3.5.0-beta.5
to
3.5.0
+1
-1
dist/utils.d.cts

@@ -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;

@@ -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;

{
"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": {