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.3.2 to 1.3.3

bower.json

6

History.md
# History
## 1.3.3 / 2014-01-22
- [update packages] should->3.0.1
- Added brower.json
## 1.3.2 / 2013-12-12

@@ -4,0 +10,0 @@

4

inflection.min.js

@@ -27,4 +27,4 @@ /*!

var p=q[o].substring(q[o].length-1);var l="th";if(r!="11"&&r!="12"&&r!="13"){if(p==="1"){l="st";}else{if(p==="2"){l="nd";}else{if(p==="3"){l="rd";}}}}q[o]+=l;
}}return q.join(" ");},transform:function(o,l){var n=0;var m=l.length;for(;n<m;n++){var p=l[n];if(this.hasOwnProperty(p)){o=this[p](o);}}return o;}};b.version="1.3.1";
}}return q.join(" ");},transform:function(o,l){var n=0;var m=l.length;for(;n<m;n++){var p=l[n];if(this.hasOwnProperty(p)){o=this[p](o);}}return o;}};b.version="1.3.3";
if(typeof define!=="undefined"){return define(function(m,l,n){n.exports=b;});}if(typeof exports==="undefined"){i.inflection=b;return;}module.exports=b;
})(this);
})(this);

@@ -625,3 +625,3 @@ /*!

*/
inflector.version = '1.3.1';
inflector.version = '1.3.3';

@@ -628,0 +628,0 @@ // browser support

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

@@ -15,3 +15,5 @@ "keywords" : [

{ "name": "Lance Pollard", "email": "lancejpollard@gmail.com" },
{ "name": "brandondewitt" }
{ "name": "brandondewitt" },
{ "name": "luk3thomas" },
{ "name": "Marcel Klehr" }
],

@@ -21,3 +23,3 @@ "dependencies" : {},

"node.flow": "1.2.3",
"should" : "2.1.1"
"should" : "3.0.1"
},

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

"url" : "http://en.wikipedia.org/wiki/MIT_License"
}]
}],
"scripts": {
"test" : "node test/run.js"
}
}

@@ -413,2 +413,3 @@ # inflection

- luk3thomas
- Marcel Klehr

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