Socket
Socket
Sign inDemoInstall

make-plural

Package Overview
Dependencies
Maintainers
1
Versions
45
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

make-plural - npm Package Compare versions

Comparing version 2.1.1 to 2.1.3

2

make-plural.js

@@ -72,3 +72,3 @@ /**

var k0 = (k[0] == 'n') ? 't0 && s[0]' : k[0];
vars.push(k + ' = ' + k0 + '.substr(-' + k.substr(2).length + ')');
vars.push(k + ' = ' + k0 + '.slice(-' + k.substr(2).length + ')');
}

@@ -75,0 +75,0 @@ if (vars.length) {

{
"name": "make-plural",
"version": "2.1.1",
"version": "2.1.3",
"description": "Translates Unicode CLDR pluralization rules to executable JavaScript",

@@ -5,0 +5,0 @@ "keywords": ["unicode", "cldr", "i18n", "internationalization", "pluralization"],

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