@mdx-js/util
Advanced tools
Comparing version 1.5.8-alpha.0 to 1.5.8-ci.13
@@ -35,2 +35,4 @@ const IMPORT_REGEX = /^import\s/ | ||
.replace(/`/g, '\\`') // Escape "`"" since | ||
.replace(/(\\\$)/g, '\\$1') // Escape \$ so render it as it is | ||
.replace(/(\\\$)(\{)/g, '\\$1\\$2') // Escape \${} so render it as it is | ||
.replace(/\$\{/g, '\\${') // Escape ${} in text so that it doesn't eval | ||
@@ -37,0 +39,0 @@ |
{ | ||
"name": "@mdx-js/util", | ||
"version": "1.5.8-alpha.0", | ||
"version": "1.5.8-ci.13+f460b7e", | ||
"description": "Utilities for MDX libraries", | ||
@@ -28,3 +28,3 @@ "repository": "mdx-js/mdx", | ||
], | ||
"gitHead": "c79c1336ffcd7df8cca618cf15a01c107e1a92bb" | ||
"gitHead": "f460b7e553832a9dc1f23dc4674d6fd5e9b9cc90" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
3964
43
1