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 4.5.1 to 4.6.0

1

lib/merge-config.js

@@ -17,2 +17,3 @@ import deepmerge from 'deepmerge';

childNodeRules: concatArray(a.childNodeRules, b.childNodeRules),
overrideMode: b.overrideMode ?? a.overrideMode,
overrides: mergeObject(a.overrides, b.overrides),

@@ -19,0 +20,0 @@ // delete all

3

lib/types.d.ts

@@ -17,2 +17,3 @@ import type { ParserOptions } from '@markuplint/ml-ast';

readonly childNodeRules?: readonly ChildNodeRule[];
readonly overrideMode?: 'merge' | 'reset';
readonly overrides?: Readonly<Record<string, OverrideConfig>>;

@@ -27,3 +28,3 @@ };

};
export type OverrideConfig = Omit<Config, '$schema' | 'extends' | 'overrides'>;
export type OverrideConfig = Omit<Config, '$schema' | 'extends' | 'overrideMode' | 'overrides'>;
export type PluginConfig = {

@@ -30,0 +31,0 @@ readonly name: string;

{
"name": "@markuplint/ml-config",
"version": "4.5.1",
"version": "4.6.0",
"description": "JSON Schema and TypeScript types of markuplint configure JSON",

@@ -27,5 +27,5 @@ "repository": "git@github.com:markuplint/markuplint.git",

"dependencies": {
"@markuplint/ml-ast": "4.2.0",
"@markuplint/selector": "4.5.1",
"@markuplint/shared": "4.2.0",
"@markuplint/ml-ast": "4.3.0",
"@markuplint/selector": "4.6.0",
"@markuplint/shared": "4.3.0",
"@types/mustache": "4.2.5",

@@ -35,5 +35,5 @@ "deepmerge": "4.3.1",

"mustache": "4.2.0",
"type-fest": "4.15.0"
"type-fest": "4.18.1"
},
"gitHead": "b029c86a6b3a9ea8189d2e5535e3023aaea753fd"
"gitHead": "b8d7bae9bdcdad63ff79abe21b88be12abde3633"
}
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