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

@nft/chat

Package Overview
Dependencies
Maintainers
5
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nft/chat - npm Package Compare versions

Comparing version 0.1.10 to 0.1.11

dist/components/StorageMock.d.ts

5

dist/components/Conversation/MessagesList.js

@@ -65,9 +65,6 @@ "use strict";

};
var ConversationBeginningNotice = function () { return (react_2.default.createElement(react_1.Flex, { justifyContent: "center", marginY: "4" },
react_2.default.createElement(react_1.Text, { fontSize: "sm", fontWeight: "500" }, "This is the beginning of the conversation"))); };
var MessagesList = function (_a) {
var messages = _a.messages, messagesEndRef = _a.messagesEndRef;
var lastMessageDate;
return (react_2.default.createElement(react_1.Flex, { width: "full", direction: "column", alignSelf: "end", px: 3, py: 4, grow: 1, overflowY: "auto" },
messages && messages.length ? react_2.default.createElement(ConversationBeginningNotice, null) : null, messages === null || messages === void 0 ? void 0 :
return (react_2.default.createElement(react_1.Flex, { width: "full", direction: "column", alignSelf: "end", px: 3, py: 4, grow: 1, overflowY: "auto" }, messages === null || messages === void 0 ? void 0 :
messages.map(function (msg) {

@@ -74,0 +71,0 @@ var dateHasChanged = !(0, helpers_1.isOnSameDay)(lastMessageDate, msg.sent);

2

package.json
{
"name": "@nft/chat",
"version": "0.1.10",
"version": "0.1.11",
"description": "Wallet to wallet chat widget",

@@ -5,0 +5,0 @@ "private": false,

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