Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@markuplint/ml-config

Package Overview
Dependencies
Maintainers
1
Versions
137
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@markuplint/ml-config - npm Package Compare versions

Comparing version 1.0.0 to 1.1.0

4

lib/index.d.ts
export interface Config {
$schema?: string;
parser?: ParserConfig;
parserOptions?: ParserOptions;
extends?: string | string[];

@@ -14,2 +15,5 @@ specs?: string | string[];

}
export declare type ParserOptions = {
ignoreFrontMatter?: boolean;
};
export declare type Rule = RuleConfig<RuleConfigValue, unknown> | RuleConfigValue;

@@ -16,0 +20,0 @@ export interface Rules {

4

package.json
{
"name": "@markuplint/ml-config",
"version": "1.0.0",
"version": "1.1.0",
"description": "JSON Schema and TypeScript types of markuplint configure JSON",

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

},
"gitHead": "34fdc599569e9632f08eb4a4fbe6056f74e4f884"
"gitHead": "1806f99b6429b73ce498f6ecf641efc2400f47dd"
}

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