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

node-gettext

Package Overview
Dependencies
Maintainers
2
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-gettext - npm Package Compare versions

Comparing version 2.0.0-rc.1 to 2.0.0

2

package.json
{
"name": "node-gettext",
"description": "A JavaScript implementation of gettext, a localization framework",
"version": "2.0.0-rc.1",
"version": "2.0.0",
"author": "Andris Reinman",

@@ -6,0 +6,0 @@ "maintainers": [

<p align="center">
<img src="docs/node-gettext-logo.png" width="160" height="160" />
<img src="https://raw.githubusercontent.com/alexanderwallin/node-gettext/master/docs/node-gettext-logo.png" width="160" height="160" />
</p>

@@ -15,5 +15,5 @@

If you just want to parse or compile mo/po files, check out [gettext-parser](https://github.com/smhg/gettext-parser).
If you just want to parse or compile mo/po files, for use with this library or elsewhere, check out [gettext-parser](https://github.com/smhg/gettext-parser).
**NOTE:** This is the README for v2 of node-gettext, which introduces many braking changes and is currently in alpha. You can find the [README for v1 here](https://github.com/alexanderwallin/node-gettext/blob/master/docs/v1/README.md).
**NOTE:** This is the README for v2 of node-gettext, which introduces several braking changes. You can find the [README for v1 here](https://github.com/alexanderwallin/node-gettext/blob/master/docs/v1/README.md).

@@ -85,3 +85,3 @@ * [Features](#features)

### Recipes
### Recipes

@@ -367,3 +367,3 @@ #### Load and add translations from .mo or .po files

## Migrating from v1 to v2
## Migrating from v1 to v2

@@ -370,0 +370,0 @@ Version 1 of `node-gettext` confused domains with locales, which version 2 has corrected. `node-gettext` also no longer parses files or file paths for you, but accepts only ready-parsed JSON translation objects.

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