New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.6.0 to 2.6.1

10

index.d.ts
declare module "storyblok-rich-text-react-renderer" {
import { ReactNode } from "react";
type StoryblokRichtextContentType =
export type StoryblokRichtextContentType =
| "heading"

@@ -17,3 +17,3 @@ | "code_block"

type StoryblokRichtextMark =
export type StoryblokRichtextMark =
| "bold"

@@ -27,3 +27,3 @@ | "italic"

type StoryblokRichtextContent = {
export type StoryblokRichtextContent = {
type: StoryblokRichtextContentType;

@@ -56,3 +56,3 @@ attrs?: {

type StoryblokRichtext = {
export type StoryblokRichtext = {
type: "doc";

@@ -87,3 +87,3 @@ content: StoryblokRichtextContent[];

name: string,
props: Record<string, unknown>
props: Record<string, unknown> & { _uid: string }
) => JSX.Element | null;

@@ -90,0 +90,0 @@ markResolvers?: {

{
"name": "storyblok-rich-text-react-renderer",
"description": "A React renderer for Storyblok rich text content",
"version": "2.6.0",
"version": "2.6.1",
"license": "MIT",

@@ -6,0 +6,0 @@ "main": "dist/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