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

2

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

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

export enum FastCommentsLocale {
zh_cn = 'zh_cn',
zh_tw = 'zh_tw',
hr_hr = 'hr_hr',
en_us = 'en_us',

@@ -5,0 +6,0 @@ fr_fr = 'fr_fr',

@@ -143,3 +143,3 @@ import {FastCommentsWidgetComment} from "./fast-comments-comment";

/** Locale to render the widget for. */
locale?: ('de_de' | 'en_us' | 'es_es' | 'fr_fr' | 'he' | 'it_it' | 'ja_jp' | 'ko_kr' | 'pl_pl' | 'pt_br' | 'ru_ru' | 'tr_tr' | 'zh_cn' | 'zh_tw') | string
locale?: ('hr_hr' | 'de_de' | 'en_us' | 'es_es' | 'fr_fr' | 'he' | 'it_it' | 'ja_jp' | 'ko_kr' | 'pl_pl' | 'pt_br' | 'ru_ru' | 'tr_tr' | 'zh_cn' | 'zh_tw') | string
/** Whether or not the comment count should include all comments instead of just the top-level ones */

@@ -146,0 +146,0 @@ countAll?: boolean