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

pluralize

Package Overview
Dependencies
Maintainers
1
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pluralize - npm Package Compare versions

Comparing version 1.1.1 to 1.1.2

4

package.json
{
"name": "pluralize",
"version": "1.1.1",
"version": "1.1.2",
"description": "Pluralize and singularize any word",

@@ -11,3 +11,3 @@ "main": "pluralize.js",

"scripts": {
"test": "istanbul cover _mocha -- -R spec"
"test": "istanbul cover _mocha -- -R spec --bail"
},

@@ -14,0 +14,0 @@ "repository": "https://github.com/blakeembrey/pluralize.git",

@@ -249,2 +249,4 @@ (function (root, pluralize) {

// Words ending in with a consonant and `o`.
['echo', 'echoes'],
['dingo', 'dingoes'],
['volcano', 'volcanoes'],

@@ -251,0 +253,0 @@ ['tornado', 'tornadoes'],

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