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.2 to 1.0.3

index.es6.js

10

index.js

@@ -1,9 +0,3 @@

require("@babel/register");
require = require("esm")(module);
const fromLocales = require("./src/Locales");
module.exports = {
Locales: fromLocales.Locales,
getLocaleFullName: fromLocales.getLocaleFullName,
LocaleHelper: require("./src/LocaleHelper").LocaleHelper
};
module.exports = require("./index.es6.js");

4

package.json
{
"name": "i18n-plus",
"version": "1.0.2",
"version": "1.0.3",
"description": "Node.js package providing i18n with variable interpolation & conjugation of words with respect to quantifiers, supporting all languages' conjugation rules.",

@@ -14,4 +14,2 @@ "main": "index.js",

"devDependencies": {
"@babel/core": "^7.8.4",
"@babel/register": "^7.8.3",
"jsdoc": "^3.6.3",

@@ -18,0 +16,0 @@ "minami": "^1.2.3",

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