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

react-ronin

Package Overview
Dependencies
Maintainers
5
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.2.9-dependabot-npm-and-yarn-all-634fb9e241-experimental.2 to 2.2.9-dependabot-npm-and-yarn-all-634fb9e241-experimental.3

4

dist/components/rich-text.js

@@ -34,7 +34,7 @@ import React, {} from "react";

const RenderingElement = Element;
return RenderingElement ? (React.createElement(RenderingElement, { ...attributes, key: "rendering" + position }, final)) : (final);
return RenderingElement ? (React.createElement(RenderingElement, { ...attributes, key: "rendering" + String(position) }, final)) : (final);
}, item.text);
}
let Element = null;
let children = item.content ? (React.createElement(RichText, { data: item.content, components: components, key: "rich-text" + position })) : null;
let children = item.content ? (React.createElement(RichText, { data: item.content, components: components, key: "rich-text" + String(position) })) : null;
let language = "plaintext";

@@ -41,0 +41,0 @@ switch (item.type) {

{
"name": "react-ronin",
"version": "2.2.9-dependabot-npm-and-yarn-all-634fb9e241-experimental.2",
"version": "2.2.9-dependabot-npm-and-yarn-all-634fb9e241-experimental.3",
"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