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

english-plurals-list

Package Overview
Dependencies
Maintainers
1
Versions
78
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

english-plurals-list - npm Package Compare versions

Comparing version 0.11.0 to 0.12.0

6

package.json
{
"name": "english-plurals-list",
"version": "0.11.0",
"version": "0.12.0",
"description": "English irregular plurals list, based on WordNet",

@@ -13,3 +13,3 @@ "main": "dist/plurals.json",

"type": "git",
"url": "git@gitlab.com:rosaenlg-projects/rosaenlg.git"
"url": "https://github.com/RosaeNLG/rosaenlg.git"
},

@@ -24,3 +24,3 @@ "keywords": [

"license": "Apache-2.0",
"gitHead": "ecf867234952618936b9710b363984bfe00632ba"
"gitHead": "9223cdd558d1775f866f99921e3391d5d7cdc4f2"
}

@@ -17,3 +17,3 @@ const assert = require('assert');

it(`${singular} => ${expected}`, function() {
assert.equal(EnglishPlurals[singular], expected);
assert.strictEqual(EnglishPlurals[singular], expected);
});

@@ -20,0 +20,0 @@ }

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