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-alpha.5 to 1.0.0-alpha.94

6

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

@@ -11,3 +11,5 @@ rules?: Rules;

export interface ParserConfig {
[extensionPattern: string]: string;
module: string;
extensionPattern?: string;
option?: any;
}

@@ -14,0 +16,0 @@ export declare type Rule = RuleConfig<RuleConfigValue, unknown> | RuleConfigValue;

{
"name": "@markuplint/ml-config",
"version": "1.0.0-alpha.5",
"version": "1.0.0-alpha.94+cf5cb18",
"description": "JSON Schema and TypeScript types of markuplint configure JSON",

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

},
"gitHead": "f5aac1a89a1de8e937caf49a23244e72638c6ca1"
"gitHead": "cf5cb1869f29ceebfb79eed719e82ab62bbab609"
}

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