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

react-ronin

Package Overview
Dependencies
Maintainers
0
Versions
103
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-ronin - npm Package Compare versions

Comparing version 2.3.1-corny-removed-language-prop-experimental.1 to 2.3.1-corny-removed-language-prop-experimental.2

4

dist/components/rich-text.d.ts

@@ -1,2 +0,2 @@

import type { ReactHTML, ReactNode } from "react";
import React, { type ReactHTML } from "react";
export type RichTextContent = {

@@ -41,3 +41,3 @@ type: "doc" | "paragraph" | "blockquote" | "codeBlock" | "bulletList" | "listItem";

components?: ReactHTML;
}) => (string | number | boolean | Iterable<ReactNode> | import("react").JSX.Element | null | undefined)[];
}) => (string | number | boolean | Iterable<React.ReactNode> | React.JSX.Element | null | undefined)[];
export default RichText;

@@ -0,1 +1,2 @@

import React, {} from "react";
const RichText = ({ data, components, }) => {

@@ -2,0 +3,0 @@ const items = Array.isArray(data) ? data : [data];

{
"name": "react-ronin",
"version": "2.3.1-corny-removed-language-prop-experimental.1",
"version": "2.3.1-corny-removed-language-prop-experimental.2",
"license": "Apache-2.0",

@@ -5,0 +5,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