@types/node-gettext
Advanced tools
Comparing version 2.0.0 to 2.0.1
@@ -19,4 +19,4 @@ // Type definitions for node-gettext 2.0 | ||
npgettext(msgctxt: string, msgid: string, msgidPlural: string, count: number): string; | ||
off(eventName: string, callback: (params: any) => void): string; | ||
on(eventName: string, callback: (params: any) => void): void; | ||
off(eventName: 'error', callback: (error: string) => void): void; | ||
on(eventName: 'error', callback: (error: string) => void): void; | ||
pgettext(msgctxt: string, msgid: string): string; | ||
@@ -23,0 +23,0 @@ setLocale(locale: string): void; |
{ | ||
"name": "@types/node-gettext", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "TypeScript definitions for node-gettext", | ||
@@ -17,8 +17,9 @@ "license": "MIT", | ||
"type": "git", | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git" | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git", | ||
"directory": "types/node-gettext" | ||
}, | ||
"scripts": {}, | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "b98bd0c8528f4827a0f718bde2d41802e21acf9949ae776b1b151fe5c8795f95", | ||
"typesPublisherContentHash": "5ad6a88f66522a023682a3ef3636649d5e1cbd952469a738aa4e6b365f4f23d8", | ||
"typeScriptVersion": "2.2" | ||
} |
@@ -5,3 +5,3 @@ # Installation | ||
# Summary | ||
This package contains type definitions for node-gettext (http://github.com/alexanderwallin/node-gettext). | ||
This package contains type definitions for node-gettext ( http://github.com/alexanderwallin/node-gettext ). | ||
@@ -12,3 +12,3 @@ # Details | ||
Additional Details | ||
* Last updated: Wed, 23 Jan 2019 23:15:20 GMT | ||
* Last updated: Wed, 27 Feb 2019 18:26:16 GMT | ||
* Dependencies: none | ||
@@ -15,0 +15,0 @@ * Global values: none |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
3886