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
2.0.15

2

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

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

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

onCommentFlagged?: (userId: string, comment: FastCommentsWidgetComment, isFlagged: boolean) => void,
/** Invoked when a user submits a comment. You must invoke the passed continue or cancel callbacks. Supports async behavior. **/
onCommentSubmitStart?: (comment: FastCommentsWidgetComment, continueSubmitFn: () => void, cancelFn: () => void) => void,
/** The rating used for the gif picker. Also configurable via the widget customization UI. **/

@@ -186,0 +188,0 @@ gifRating?: 'g' | 'pg' | 'pg-13' | 'r',