New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@types/pluralize

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/pluralize - npm Package Compare versions

Comparing version

to
0.0.32

6

pluralize/index.d.ts

@@ -1,7 +0,1 @@

// Type definitions for pluralize
// Project: https://www.npmjs.com/package/pluralize
// Definitions by: Syu Kato <https://github.com/ukyo>
// Karol Majewski <https://github.com/karol-majewski>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
/**

@@ -8,0 +2,0 @@ * Pluralize or singularize a word based on the passed in count.

12

pluralize/package.json
{
"name": "@types/pluralize",
"version": "0.0.31",
"version": "0.0.32",
"description": "TypeScript definitions for pluralize",

@@ -10,9 +10,9 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/pluralize",

"name": "Syu Kato",
"url": "https://github.com/ukyo",
"githubUsername": "ukyo"
"githubUsername": "ukyo",
"url": "https://github.com/ukyo"
},
{
"name": "Karol Majewski",
"url": "https://github.com/karol-majewski",
"githubUsername": "karol-majewski"
"githubUsername": "karol-majewski",
"url": "https://github.com/karol-majewski"
}

@@ -29,4 +29,4 @@ ],

"dependencies": {},
"typesPublisherContentHash": "9240c6951d4420e5926b1be66e908872a8aba599686f78fc2b3858df8c9bc8ae",
"typesPublisherContentHash": "685ced4a4c013755e0ce44c6875816197b8c4793612cbd039266cfd6f82b2c78",
"typeScriptVersion": "4.5"
}

@@ -11,8 +11,2 @@ # Installation

````ts
// Type definitions for pluralize
// Project: https://www.npmjs.com/package/pluralize
// Definitions by: Syu Kato <https://github.com/ukyo>
// Karol Majewski <https://github.com/karol-majewski>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
/**

@@ -94,7 +88,6 @@ * Pluralize or singularize a word based on the passed in count.

### Additional Details
* Last updated: Sun, 24 Sep 2023 06:37:28 GMT
* Last updated: Wed, 18 Oct 2023 05:47:08 GMT
* Dependencies: none
* Global values: `pluralize`
# Credits
These definitions were written by [Syu Kato](https://github.com/ukyo), and [Karol Majewski](https://github.com/karol-majewski).