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

@pega/cosmos-react-social

Package Overview
Dependencies
Maintainers
7
Versions
537
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pega/cosmos-react-social - npm Package Compare versions

Comparing version 0.9.3 to 0.9.4

2

lib/components/Chat/SuggestedReplyPicker.js

@@ -60,3 +60,3 @@ import React, { forwardRef, useEffect, useState } from 'react';

const prevCurrentReplyIndex = replies.indexOf(prevCurrentReply);
if (prevCurrentReplyIndex - 1 <= 0 && replies.length > 0) {
if (prevCurrentReplyIndex - 1 >= 0 && replies.length > 0) {
return replies[prevCurrentReplyIndex - 1];

@@ -63,0 +63,0 @@ }

@@ -36,7 +36,7 @@ import React, { forwardRef } from 'react';

}, variant: variant }, restProps),
message,
timeStamp && `${timeStamp}: `,
" ",
timeStamp && `, ${timeStamp}`));
message));
});
export default SystemMessage;
//# sourceMappingURL=SystemMessage.js.map
{
"name": "@pega/cosmos-react-social",
"version": "0.9.3",
"version": "0.9.4",
"author": "Pegasystems",

@@ -23,5 +23,5 @@ "license": "SEE LICENSE IN LICENSE",

"dependencies": {
"@pega/cosmos-react-core": "0.9.3",
"@pega/cosmos-react-rte": "0.9.3",
"polished": "^3.4.4",
"@pega/cosmos-react-core": "0.9.4",
"@pega/cosmos-react-rte": "0.9.4",
"polished": "^4.0.5",
"react": "^16.13.1 || ^17.0.0",

@@ -28,0 +28,0 @@ "react-dom": "^16.13.1 || ^17.0.0",

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