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

mdsvex-relative-images

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mdsvex-relative-images - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

2

index.js

@@ -40,3 +40,3 @@ // credit to pngwn doing majority of the plugin - https://github.com/pngwn/MDsveX/discussions/246#discussioncomment-720947

// transform urls in images
visit(tree, "image", (node) => {
visit(tree, ["image", "definition"], (node) => {
node.url = transformUrl(node.url);

@@ -43,0 +43,0 @@ });

{
"name": "mdsvex-relative-images",
"version": "1.0.0",
"version": "1.0.1",
"description": "Add support for relative image URLs in mdsvex",

@@ -5,0 +5,0 @@ "main": "index.js",

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