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

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.7.1 to 1.7.2

5

History.md
# History
## 1.7.2 / 2015-10-11
- [update packages] mocha->2.3.3, should->7.1.0
## 1.7.1 / 2015-03-25

@@ -4,0 +9,0 @@ - [bug fix] `woman` plural & singular form

11

package.json
{
"name" : "inflection",
"version" : "1.7.1",
"version" : "1.7.2",
"description": "A port of inflection-js to node.js module",

@@ -30,4 +30,4 @@ "keywords" : [

"devDependencies": {
"mocha" : "2.2.1",
"should": "5.2.0"
"mocha" : "2.3.3",
"should": "7.1.0"
},

@@ -40,6 +40,3 @@ "main" : "./lib/inflection.js",

"engines" : [ "node >= 0.4.0" ],
"licenses": [{
"type": "MIT",
"url" : "http://en.wikipedia.org/wiki/MIT_License"
}],
"license": "MIT",
"scripts": {

@@ -46,0 +43,0 @@ "test" : "mocha -R spec"

@@ -26,2 +26,8 @@ # inflection

## Meteor Support
Checkout [Meteor Inflector](https://github.com/katrotz/meteor-inflector) from [Veaceslav Cotruta](https://github.com/katrotz)
## Installation

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