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

@markuplint/ml-core

Package Overview
Dependencies
Maintainers
1
Versions
201
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@markuplint/ml-core - npm Package Compare versions

Comparing version 2.0.0-rc.1 to 2.0.0-rc.3

2

lib/ml-core.d.ts

@@ -13,3 +13,3 @@ import type { MLFabric } from './types';

constructor({ parser, sourceCode, ruleset, rules, locale, schemas, parserOptions, filename, debug }: MLCoreParams);
get document(): Document<RuleConfigValue, unknown> | MLParseError;
get document(): MLParseError | Document<RuleConfigValue, unknown>;
verify(fix?: boolean): Promise<Violation[]>;

@@ -16,0 +16,0 @@ setCode(sourceCode: string): void;

{
"name": "@markuplint/ml-core",
"version": "2.0.0-rc.1",
"version": "2.0.0-rc.3",
"description": "The core module of markuplint",

@@ -20,6 +20,6 @@ "repository": "git@github.com:markuplint/markuplint.git",

"dependencies": {
"@markuplint/i18n": "2.0.0-rc.1",
"@markuplint/ml-ast": "2.0.0-rc.1",
"@markuplint/ml-config": "2.0.0-rc.1",
"@markuplint/ml-spec": "2.0.0-rc.1",
"@markuplint/i18n": "2.0.0-rc.3",
"@markuplint/ml-ast": "2.0.0-rc.3",
"@markuplint/ml-config": "2.0.0-rc.3",
"@markuplint/ml-spec": "2.0.0-rc.3",
"debug": "^4.3.2",

@@ -30,6 +30,6 @@ "postcss-selector-parser": "^6.0.6",

"devDependencies": {
"@markuplint/html-parser": "2.0.0-rc.1",
"@markuplint/html-parser": "2.0.0-rc.3",
"@types/debug": "^4.1.7"
},
"gitHead": "34dbaf8bc5ee499315a32857c59b9c6f6bb73594"
"gitHead": "fd98dfe75d24c63190f0fd578ef2633ff638e6ab"
}

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc