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

pluralize-esm

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pluralize-esm - npm Package Compare versions

Comparing version 9.0.1 to 9.0.2

26

dist/main.js

@@ -366,3 +366,3 @@ function $parcel$defineInteropFlag(a) {

"canvases"
],
]
];

@@ -400,3 +400,3 @@ const $26606cf744cae019$var$defaultPlurals = [

/(alumn|syllab|vir|radi|nucle|fung|cact|stimul|termin|bacill|foc|uter|loc|strat)(?:us|i)$/i,
"$1i",
"$1i"
],

@@ -417,7 +417,7 @@ [

/(agend|addend|millenni|dat|extrem|bacteri|desiderat|strat|candelabr|errat|ov|symposi|curricul|automat|quor)(?:a|um)$/i,
"$1a",
"$1a"
],
[
/(apheli|hyperbat|periheli|asyndet|noumen|phenomen|criteri|organ|prolegomen|hedr|automat)(?:a|on)$/i,
"$1a",
"$1a"
],

@@ -471,3 +471,3 @@ [

"you"
],
]
];

@@ -501,3 +501,3 @@ const $26606cf744cae019$var$defaultSingles = [

/\b(l|(?:neck|cross|hog|aun)?t|coll|faer|food|gen|goon|group|hipp|junk|vegg|(?:pork)?p|charl|calor|cut)ies$/i,
"$1ie",
"$1ie"
],

@@ -518,7 +518,7 @@ [

/(x|ch|ss|sh|zz|tto|go|cho|alias|[^aou]us|t[lm]as|gas|(?:her|at|gr)o|[aeiou]ris)(?:es)?$/i,
"$1",
"$1"
],
[
/(analy|diagno|parenthe|progno|synop|the|empha|cri|ne)(?:sis|ses)$/i,
"$1sis",
"$1sis"
],

@@ -535,11 +535,11 @@ [

/(alumn|syllab|vir|radi|nucle|fung|cact|stimul|termin|bacill|foc|uter|loc|strat)(?:us|i)$/i,
"$1us",
"$1us"
],
[
/(agend|addend|millenni|dat|extrem|bacteri|desiderat|strat|candelabr|errat|ov|symposi|curricul|quor)a$/i,
"$1um",
"$1um"
],
[
/(apheli|hyperbat|periheli|asyndet|noumen|phenomen|criteri|organ|prolegomen|hedr|automat)a$/i,
"$1on",
"$1on"
],

@@ -573,3 +573,3 @@ [

"man"
],
]
];

@@ -679,3 +679,3 @@ const $26606cf744cae019$var$defaultUncountables = [

/pox$/i,
/sheep$/i,
/sheep$/i
];

@@ -682,0 +682,0 @@ // Now lets add all the defaults

{
"name": "pluralize-esm",
"version": "9.0.1",
"version": "9.0.2",
"description": "Pluralize and singularize any word",

@@ -49,3 +49,4 @@ "keywords": [

"semi": false,
"singleQuote": true
"singleQuote": true,
"trailingComma": "none"
},

@@ -52,0 +53,0 @@ "devDependencies": {

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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