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.0.0-alpha.4 to 4.0.0-alpha.5

2

lib/resolve-plugins.js

@@ -35,3 +35,3 @@ const cache = new Map();

.replace(/^(?:markuplint-rule-|@markuplint\/rule-)/i, '')
.replaceAll(/\s+|\/|\\|\./g, '-');
.replaceAll(/\s+|[./\\]/g, '-');
// eslint-disable-next-line no-console

@@ -38,0 +38,0 @@ console.info(`The plugin name became "${name}"`);

{
"name": "@markuplint/file-resolver",
"version": "4.0.0-alpha.4",
"version": "4.0.0-alpha.5",
"description": "The file resolver of markuplint",

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

"devDependencies": {
"@types/node": "20.8.7"
"@types/node": "20.8.8"
},
"dependencies": {
"@markuplint/html-parser": "4.0.0-alpha.4",
"@markuplint/ml-ast": "4.0.0-alpha.4",
"@markuplint/ml-config": "4.0.0-alpha.4",
"@markuplint/ml-core": "4.0.0-alpha.4",
"@markuplint/ml-spec": "4.0.0-alpha.4",
"@markuplint/parser-utils": "4.0.0-alpha.4",
"@markuplint/selector": "4.0.0-alpha.4",
"@markuplint/shared": "4.0.0-alpha.4",
"@markuplint/html-parser": "4.0.0-alpha.5",
"@markuplint/ml-ast": "4.0.0-alpha.5",
"@markuplint/ml-config": "4.0.0-alpha.5",
"@markuplint/ml-core": "4.0.0-alpha.5",
"@markuplint/ml-spec": "4.0.0-alpha.5",
"@markuplint/parser-utils": "4.0.0-alpha.5",
"@markuplint/selector": "4.0.0-alpha.5",
"@markuplint/shared": "4.0.0-alpha.5",
"cosmiconfig": "^8.3.6",

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

},
"gitHead": "991b3aef77fde42c79343ee8c807257a35c589d7"
"gitHead": "0c3e4690662edf1765bcc4b6411ec5507c1e2ea3"
}

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