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

@markuplint/file-resolver

Package Overview
Dependencies
Maintainers
1
Versions
179
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@markuplint/file-resolver - npm Package Compare versions

Comparing version 4.6.1 to 4.7.0

12

lib/config-provider.js

@@ -118,4 +118,12 @@ var __classPrivateFieldGet = (this && this.__classPrivateFieldGet) || function (receiver, state, kind, f) {

if (isMatched && config) {
// Note: Original config disappears
configSet.config = config;
switch (configSet.config.overrideMode) {
case 'merge': {
configSet.config = mergeConfig(configSet.config, config);
break;
}
default: /* or "reset" */ {
configSet.config = config;
break;
}
}
}

@@ -122,0 +130,0 @@ }

22

package.json
{
"name": "@markuplint/file-resolver",
"version": "4.6.1",
"version": "4.7.0",
"description": "The file resolver of markuplint",

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

"devDependencies": {
"@types/node": "20.12.7"
"@types/node": "20.12.8"
},
"dependencies": {
"@markuplint/html-parser": "4.5.1",
"@markuplint/ml-ast": "4.2.0",
"@markuplint/ml-config": "4.5.1",
"@markuplint/ml-core": "4.6.1",
"@markuplint/ml-spec": "4.4.1",
"@markuplint/parser-utils": "4.5.1",
"@markuplint/selector": "4.5.1",
"@markuplint/shared": "4.2.0",
"@markuplint/html-parser": "4.6.0",
"@markuplint/ml-ast": "4.3.0",
"@markuplint/ml-config": "4.6.0",
"@markuplint/ml-core": "4.7.0",
"@markuplint/ml-spec": "4.5.0",
"@markuplint/parser-utils": "4.6.0",
"@markuplint/selector": "4.6.0",
"@markuplint/shared": "4.3.0",
"cosmiconfig": "9.0.0",

@@ -46,3 +46,3 @@ "debug": "4.3.4",

},
"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