New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@teleporthq/react-components

Package Overview
Dependencies
Maintainers
0
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@teleporthq/react-components - npm Package Compare versions

Comparing version 1.0.9 to 1.0.10

3

dist/react-components.js

@@ -119,2 +119,5 @@ import dayjs from 'dayjs';

}
if (itemData.__component && mappingConfiguration?.[itemData.__component]) {
return /* @__PURE__ */ React.createElement(React.Fragment, null, mappingConfiguration[itemData.__component]?.(itemData.attributes ?? itemData) ?? null);
}
return /* @__PURE__ */ React.createElement(React.Fragment, null, renderDefault ? renderDefault(itemData) : "default case");

@@ -121,0 +124,0 @@ } catch (err) {

2

package.json
{
"name": "@teleporthq/react-components",
"version": "1.0.9",
"version": "1.0.10",
"description": "",

@@ -5,0 +5,0 @@ "main": "dist/react-components.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