Socket
Socket
Sign inDemoInstall

inflection

Package Overview
Dependencies
Maintainers
1
Versions
43
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

inflection - npm Package Compare versions

Comparing version 1.0.0 to 1.1.0

7

History.md

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

## 1.1.0 / 2012-02-13
- Update devDependencies [node.flow] to v1.0.0
- Read version number from package.json
## 1.0.0 / 2012-02-08

@@ -9,4 +15,5 @@

## 0.0.1 / 2012-01-16
- Initial release

9

lib/inflection.js

@@ -11,2 +11,8 @@ /*!

/**
* @private
* @require fs
*/
var fs = require( 'fs' );
/**
* @description This is a list of nouns that use the same form for both singular and plural.

@@ -132,5 +138,4 @@ * This list should remain entirely in lower case to correctly match Strings.

* @public
* @version 1.0.0
*/
version : '1.0.0',
version : JSON.parse( fs.readFileSync( __dirname + '/../package.json', 'utf8' )).version,

@@ -137,0 +142,0 @@

{
"name" : "inflection",
"version" : "1.0.0",
"version" : "1.1.0",
"description": "A port of inflection-js to node.js module",

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

"devDependencies": {
"node.flow": "0.0.3",
"node.flow": "0.1.0",
"should" : "0.5.1"

@@ -16,0 +16,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