You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

fastcomments-typescript

Package Overview
Dependencies
Maintainers
1
Versions
80
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fastcomments-typescript - npm Package Compare versions

Comparing version

to
1.6.7

2

package.json
{
"name": "fastcomments-typescript",
"version": "1.6.6",
"version": "1.6.7",
"description": "Common FastComments TypeScript Types",

@@ -5,0 +5,0 @@ "author": "winrid",

@@ -127,2 +127,4 @@ import {Comment} from "./fast-comments-comment";

onRender?: () => void,
/** Invoked when the comment count changes. **/
commentCountUpdated?: (newCount: number) => void,
/** Invoked when replying is successful. **/

@@ -134,2 +136,4 @@ onReplySuccess?: (comment: Comment) => void,

onImageClicked?: (imageSrc: string) => void,
/** Invoked when trying to open a user's profile, like when clicking an avatar. Note that this won't remove the loading spinner, for that you'll have to send a profile-loaded event to the widget. **/
onOpenProfile?: (userId: string) => void,
/** Disable the image redirect that occurs when clicking an image inside a comment. **/

@@ -136,0 +140,0 @@ disableImageRedirect?: boolean,

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.