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.10 to 1.0.11

3

dist/react-components.js

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

const { items, renderItem, renderEmpty } = props;
if (typeof items === "undefined" || items === null) {
return renderEmpty ? renderEmpty() : null;
}
if ("data" in items && "meta" in items) {

@@ -78,0 +81,0 @@ const { data, meta } = items;

2

package.json
{
"name": "@teleporthq/react-components",
"version": "1.0.10",
"version": "1.0.11",
"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