Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@mdx-js/util

Package Overview
Dependencies
Maintainers
4
Versions
59
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mdx-js/util - npm Package Compare versions

Comparing version 1.5.8-alpha.0 to 1.5.8-ci.13

2

index.js

@@ -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 @@

4

package.json
{
"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"
}
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