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.4.1-dev.1 to 4.5.0

2

lib/force-import-json-in-module.js

@@ -25,3 +25,3 @@ import { readFile } from 'node:fs/promises';

// Windows
.replace(/^[/\\][a-z]:/i, '');
.replace(/^[/\\](?=[a-z]:)/i, ''); // only remove a leading slash
fLog('Find JSON file path: %s', normalizePath);

@@ -28,0 +28,0 @@ const fileContent = await readFile(normalizePath, { encoding: 'utf8' });

{
"name": "@markuplint/file-resolver",
"version": "4.4.1-dev.1+98cb4470a",
"version": "4.5.0",
"description": "The file resolver of markuplint",

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

"devDependencies": {
"@types/node": "20.11.30"
"@types/node": "20.12.0"
},
"dependencies": {
"@markuplint/html-parser": "4.3.1-dev.1+98cb4470a",
"@markuplint/ml-ast": "4.1.1-dev.1+98cb4470a",
"@markuplint/ml-config": "4.3.1-dev.1+98cb4470a",
"@markuplint/ml-core": "4.4.1-dev.1+98cb4470a",
"@markuplint/ml-spec": "4.2.1-dev.1+98cb4470a",
"@markuplint/parser-utils": "4.3.1-dev.1+98cb4470a",
"@markuplint/selector": "4.3.1-dev.1+98cb4470a",
"@markuplint/shared": "4.1.1-dev.1+98cb4470a",
"@markuplint/html-parser": "4.4.0",
"@markuplint/ml-ast": "4.2.0",
"@markuplint/ml-config": "4.4.0",
"@markuplint/ml-core": "4.5.0",
"@markuplint/ml-spec": "4.3.0",
"@markuplint/parser-utils": "4.4.0",
"@markuplint/selector": "4.4.0",
"@markuplint/shared": "4.2.0",
"cosmiconfig": "9.0.0",
"debug": "4.3.4",
"glob": "10.3.9",
"glob": "10.3.12",
"ignore": "5.3.1",
"jsonc": "2.0.0",
"minimatch": "9.0.3"
"minimatch": "9.0.4"
},
"gitHead": "98cb4470ad994275f52b0c3919f8d27dda8c38bc"
"gitHead": "ad3db077e96bea0666c9105b250f895263907a87"
}
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