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.4
to
1.0.5
+7
-7
package.json
{
"name": "@langion/langion",
"version": "1.0.4",
"version": "1.0.5",
"description": "Langion format definition",

@@ -9,2 +9,6 @@ "homepage": "https://github.com/Langion/langion#readme",

},
"repository": {
"type": "git",
"url": "git+https://github.com/Langion/langion.git"
},
"license": "MIT",

@@ -14,6 +18,2 @@ "author": "",

"types": "./dist/index.d.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/Langion/langion.git"
},
"scripts": {

@@ -27,5 +27,5 @@ "build": "tsc",

"devDependencies": {
"tslint": "^5.11.0",
"typescript": "^3.2.2"
"tslint": "^5.20.1",
"typescript": "^3.7.2"
}
}