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 3.0.3 to 3.0.4

4

node-gettext/index.d.ts

@@ -22,4 +22,4 @@ // Type definitions for node-gettext 3.0

npgettext(msgctxt: string, msgid: string, msgidPlural: string, count: number): string;
off(eventName: 'error', callback: (error: Error) => void): void;
on(eventName: 'error', callback: (error: Error) => void): void;
off(eventName: "error", callback: (error: Error) => void): void;
on(eventName: "error", callback: (error: Error) => void): void;
pgettext(msgctxt: string, msgid: string): string;

@@ -26,0 +26,0 @@ setLocale(locale: string): void;

{
"name": "@types/node-gettext",
"version": "3.0.3",
"version": "3.0.4",
"description": "TypeScript definitions for node-gettext",

@@ -23,4 +23,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node-gettext",

"dependencies": {},
"typesPublisherContentHash": "15b0ed3025ceac50a67dc7a92d7fd6e4b8e9d7fa594f907e08962c804c5c3bf8",
"typeScriptVersion": "3.8"
"typesPublisherContentHash": "7fac291c76df5eeb5f7c7526637baf52d8db237ccdd486f78950672ba7510a96",
"typeScriptVersion": "4.5"
}

@@ -32,4 +32,4 @@ # Installation

npgettext(msgctxt: string, msgid: string, msgidPlural: string, count: number): string;
off(eventName: 'error', callback: (error: Error) => void): void;
on(eventName: 'error', callback: (error: Error) => void): void;
off(eventName: "error", callback: (error: Error) => void): void;
on(eventName: "error", callback: (error: Error) => void): void;
pgettext(msgctxt: string, msgid: string): string;

@@ -45,3 +45,3 @@ setLocale(locale: string): void;

### Additional Details
* Last updated: Thu, 16 Dec 2021 22:32:02 GMT
* Last updated: Sat, 23 Sep 2023 20:38:33 GMT
* Dependencies: none

@@ -48,0 +48,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