Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@types/node-gettext

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/node-gettext - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

4

node-gettext/index.d.ts

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc