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.17

2

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

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

@@ -17,2 +17,3 @@ export interface FastCommentsAPISSOUser {

groupIds?: string[];
/** Don't let other users see this user's activity, including comments, on their profile. Default is true to provide secure profiles by default. **/
isProfileActivityPrivate?: boolean;

@@ -36,3 +37,4 @@ }

groupIds?: string[];
/** Don't let other users see this user's activity, including comments, on their profile. Default is true to provide secure profiles by default. **/
isProfileActivityPrivate?: boolean;
}

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

disableUnverifiedLabel?: boolean
/** Disables support for @mentions. */
disableMentions?: boolean
/** The default value of the username field. (Customizable via the UI.) */

@@ -165,3 +167,5 @@ defaultUsername?: string

/** EXPERIMENTAL: Changes the textarea to a content editable div. Requires disableToolbar set to true. **/
experimentalWYSIWYG?: boolean
experimentalWYSIWYG?: boolean,
/** Clicking reply to a comment will re-use the root reply field. **/
useSingleReplyField?: string[]
}
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.