New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@markuplint/ml-spec

Package Overview
Dependencies
Maintainers
1
Versions
150
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@markuplint/ml-spec - npm Package Compare versions

Comparing version

to
3.0.0-rc.3

10

package.json
{
"name": "@markuplint/ml-spec",
"version": "3.0.0-rc.2",
"version": "3.0.0-rc.3",
"description": "Types and schema that specs of the Markup languages for markuplint",

@@ -25,3 +25,3 @@ "repository": "git@github.com:markuplint/markuplint.git",

"dependencies": {
"@markuplint/ml-ast": "3.0.0-rc.2",
"@markuplint/ml-ast": "3.0.0-rc.3",
"dom-accessibility-api": "^0.5.14",

@@ -31,7 +31,7 @@ "tslib": "^2.4.1"

"devDependencies": {
"@markuplint/test-tools": "3.0.0-rc.2",
"@markuplint/types": "3.0.0-rc.2",
"@markuplint/test-tools": "3.0.0-rc.3",
"@markuplint/types": "3.0.0-rc.3",
"json-schema-to-typescript": "^11.0.2"
},
"gitHead": "27a5c8d136f4b0cf8452552cff529dd0a4db6bba"
"gitHead": "6cb4f1656d4cd7554891006181c1f79cea4d9bfa"
}