Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@langion/langion

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@langion/langion - npm Package Compare versions

Comparing version
1.0.0
to
1.0.1
+2
-2
dist/form/consts.d.ts

@@ -16,3 +16,3 @@ export declare enum Kind {

Variable = "Variable",
Wildcard = "Wildcard",
Wildcard = "Wildcard"
}

@@ -22,3 +22,3 @@ export declare enum Modifiers {

Protected = "Protected",
Public = "Public",
Public = "Public"
}
{
"name": "@langion/langion",
"version": "1.0.0",
"version": "1.0.1",
"description": "Langion format definition",

@@ -26,4 +26,4 @@ "homepage": "https://github.com/Langion/langion#readme",

"ts-lint": "^4.5.1",
"typescript": "^2.8.3"
"typescript": "^2.9.2"
}
}