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

storyblok-rich-text-react-renderer

Package Overview
Dependencies
Maintainers
1
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

storyblok-rich-text-react-renderer - npm Package Compare versions

Comparing version 2.7.1 to 2.7.2

2

package.json
{
"name": "storyblok-rich-text-react-renderer",
"description": "A React renderer for Storyblok rich text content",
"version": "2.7.1",
"version": "2.7.2",
"license": "MIT",

@@ -6,0 +6,0 @@ "main": "dist/index.js",

@@ -132,3 +132,3 @@ # Storyblok Rich Text Renderer for React

// Internal links: map to <Link>
return <Link href={href}><a>{children}</a></Link>;
return <Link href={href}>{children}</Link>;
}

@@ -135,0 +135,0 @@ }

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