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
202
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 3.0.0-dev.25 to 3.0.0-dev.38

2

lib/ml-core.d.ts

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

constructor({ parser, sourceCode, ruleset, rules, locale, schemas, parserOptions, pretenders, filename, debug, }: MLCoreParams);
get document(): Document<RuleConfigValue, unknown> | ParserError;
get document(): ParserError | Document<RuleConfigValue, unknown>;
setCode(sourceCode: string): void;

@@ -16,0 +16,0 @@ update({ parser, ruleset, rules, locale, schemas, parserOptions }: Partial<MLFabric>): void;

{
"name": "@markuplint/ml-core",
"version": "3.0.0-dev.25+a27e39aa",
"version": "3.0.0-dev.38+b959e06f",
"description": "The core module of markuplint",

@@ -23,9 +23,9 @@ "repository": "git@github.com:markuplint/markuplint.git",

"dependencies": {
"@markuplint/config-presets": "3.0.0-rc.0",
"@markuplint/i18n": "3.0.0-rc.0",
"@markuplint/ml-ast": "3.0.0-rc.0",
"@markuplint/ml-config": "3.0.0-dev.25+a27e39aa",
"@markuplint/ml-spec": "3.0.0-dev.25+a27e39aa",
"@markuplint/parser-utils": "3.0.0-dev.25+a27e39aa",
"@markuplint/selector": "3.0.0-dev.25+a27e39aa",
"@markuplint/config-presets": "3.0.0-dev.38+b959e06f",
"@markuplint/i18n": "3.0.0-dev.38+b959e06f",
"@markuplint/ml-ast": "3.0.0-dev.38+b959e06f",
"@markuplint/ml-config": "3.0.0-dev.38+b959e06f",
"@markuplint/ml-spec": "3.0.0-dev.38+b959e06f",
"@markuplint/parser-utils": "3.0.0-dev.38+b959e06f",
"@markuplint/selector": "3.0.0-dev.38+b959e06f",
"debug": "^4.3.4",

@@ -35,6 +35,6 @@ "tslib": "^2.4.1"

"devDependencies": {
"@markuplint/html-parser": "3.0.0-dev.25+a27e39aa",
"@markuplint/html-parser": "3.0.0-dev.38+b959e06f",
"@types/debug": "^4.1.7"
},
"gitHead": "a27e39aa4362bce572d1893df2f1571705b62df1"
"gitHead": "b959e06f4838b3e6798c990427e22422efe8e699"
}
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