New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

remark-magic-link

Package Overview
Dependencies
Maintainers
0
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

remark-magic-link - npm Package Compare versions

Comparing version 1.0.0-beta.13 to 1.0.0-beta.14

4

dist/index.d.ts

@@ -11,3 +11,3 @@ import { Root } from 'mdast';

name: string;
handler: (content: string) => ParsedMagicLink | false | undefined;
handle: (content: string) => ParsedMagicLink | false;
}

@@ -19,3 +19,3 @@ interface MagicLinkPostprocessor {

interface RemarkMagicLinkOptions {
linksMap: Record<string, string | {
linksMap?: Record<string, string | {
link: string;

@@ -22,0 +22,0 @@ icon?: string | false;

{
"name": "remark-magic-link",
"version": "1.0.0-beta.13",
"version": "1.0.0-beta.14",
"description": "🔌 A remark plugin to turn {text} syntax into links, optionally with an icon",

@@ -63,2 +63,3 @@ "type": "module",

"@unocss/eslint-plugin": "^0.62.4",
"@unocss/preset-rem-to-px": "^0.62.4",
"@vitest/coverage-v8": "^2.1.1",

@@ -98,3 +99,3 @@ "@vitest/eslint-plugin": "^1.1.4",

"zx": "^8.1.8",
"remark-magic-link": "1.0.0-beta.13"
"remark-magic-link": "1.0.0-beta.14"
},

@@ -101,0 +102,0 @@ "scripts": {

Sorry, the diff of this file is not supported yet

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