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

react-ronin

Package Overview
Dependencies
Maintainers
1
Versions
104
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.0.0 to 2.0.1-exports-experimental.0

6

dist/components.js

@@ -5,3 +5,3 @@ Object.defineProperty(exports, '__esModule', { value: true });

const RenderRichText = ({ data, components })=>{
const RichText = ({ data, components })=>{
const items = Array.isArray(data) ? data : [

@@ -47,3 +47,3 @@ data

let Element = null;
let children = item.content ? /*#__PURE__*/ jsxRuntime.jsx(RenderRichText, {
let children = item.content ? /*#__PURE__*/ jsxRuntime.jsx(RichText, {
data: item.content,

@@ -95,2 +95,2 @@ components: components

exports.RenderRichText = RenderRichText;
exports.RichText = RichText;
{
"name": "react-ronin",
"version": "2.0.0",
"version": "2.0.1-exports-experimental.0",
"license": "Apache-2.0",

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

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