New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

i18n-plus

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

i18n-plus - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

7

index.js
require("@babel/register");
const fromLocales = require("./src/Locales");
module.exports = {
Locales: require("./src/Locales"),
LocaleHelper: require("./src/LocaleHelper")
Locales: fromLocales.Locales,
getLocaleFullName: fromLocales.getLocaleFullName,
LocaleHelper: require("./src/LocaleHelper").LocaleHelper
};
{
"name": "i18n-plus",
"version": "1.0.1",
"version": "1.0.2",
"description": "Node.js package providing i18n with variable interpolation & conjugation of words with respect to quantifiers, supporting all languages' conjugation rules.",

@@ -5,0 +5,0 @@ "main": "index.js",

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