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

intl-pluralrules

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

intl-pluralrules - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

12

package.json
{
"name": "intl-pluralrules",
"version": "1.0.1",
"version": "1.0.2",
"description": "Intl.PluralRules polyfill",

@@ -39,12 +39,12 @@ "keywords": [

"devDependencies": {
"@babel/cli": "^7.4.3",
"@babel/core": "^7.4.3",
"@babel/preset-env": "^7.4.3",
"jest": "^24.7.1"
"@babel/cli": "^7.4.4",
"@babel/core": "^7.4.5",
"@babel/preset-env": "^7.4.5",
"jest": "^24.8.0"
},
"scripts": {
"build": "babel -d . src/ --ignore '**/*.test.js'",
"prepublishOnly": "npm test",
"prepublishOnly": "npm test && npm run build",
"test": "jest"
}
}

@@ -111,3 +111,4 @@ "use strict";

if ((typeof Intl === "undefined" ? "undefined" : _typeof(Intl)) === 'object' && Intl.NumberFormat) {
this._nf = new Intl.NumberFormat(this._locale, opt);
// make-plural expects latin digits with . decimal separator
this._nf = new Intl.NumberFormat('en', opt);
} else {

@@ -114,0 +115,0 @@ var minID = opt.minimumIntegerDigits,

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