Socket
Socket
Sign inDemoInstall

lodash-inflection

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lodash-inflection - npm Package Compare versions

Comparing version 1.2.2 to 1.3.0

Makefile

4

bower.json
{
"name": "lodash-inflection",
"version": "1.2.0",
"version": "1.3.0",
"dependencies": {
"lodash": "~3.10.0"
"lodash": "~3.10.1"
},

@@ -7,0 +7,0 @@ "main": "lib/lodash-inflection.js",

@@ -11,3 +11,3 @@ // lodash-inflection.js

define(['lodash'], factory);
} else if (typeof exports === 'object') {
} else if (typeof require === 'function' && typeof exports === 'object') {
// Node. Does not work with strict CommonJS, but

@@ -66,5 +66,3 @@ // only CommonJS-like environments that support module.exports,

result = (includeNumber) ? [count, result].join(' ') : result;
}
else
{
} else {
if (_(uncountables).include(word)) {

@@ -71,0 +69,0 @@ return word;

{
"name": "lodash-inflection",
"version": "1.2.2",
"version": "1.3.0",
"description": "ActiveSupport::Inflector, for lodash!",

@@ -37,14 +37,14 @@ "main": "index.js",

"devDependencies": {
"chai": "~1.9.1",
"coveralls": "~2.11.1",
"gulp": "~3.8.6",
"gulp-contribs": "0.0.2",
"chai": "~2.3.0",
"coveralls": "~2.11.2",
"gulp": "~3.8.11",
"gulp-contribs": "~0.0.2",
"gulp-jscoverage": "~0.1.0",
"gulp-jscs": "~0.6.0",
"jscoverage": "~0.5.5",
"lodash": "^3.10.0",
"mocha": "^1.21.4",
"mocha-lcov-reporter": "0.0.1"
"gulp-jscs": "~1.6.0",
"jscoverage": "~0.5.9",
"mocha": "~2.2.5",
"mocha-lcov-reporter": "~0.0.2",
"lodash": "^3.10.1"
},
"dependencies": {}
}

@@ -176,8 +176,9 @@ ## lodash-inflection

```
51 Jeremy Ruppel
54 Jeremy Ruppel
7 Landon Schropp
2 Johnathon Sanders
2 Seggy Umboh
2 Johnathon Sanders
1 Shane Riley
1 bramski
1 maratfakhreev
1 Dayton Nolan

@@ -184,0 +185,0 @@ 1 trevor

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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