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.3.4 to 1.3.5

2

bower.json
{
"name": "inflection",
"version": "1.3.3",
"version": "1.3.5",
"homepage": "https://github.com/dreamerslab/node.inflection",

@@ -5,0 +5,0 @@ "authors": [

{
"name": "inflection",
"version": "1.3.3",
"version": "1.3.5",
"repo": "dreamerslab/node.inflection",

@@ -5,0 +5,0 @@ "description": "A port of inflection-js to node.js module",

# History
## 1.3.5 / 2014-02-12
- Unable to publsih v1.3.4 therefore jump to v1.3.5
## 1.3.4 / 2014-02-12

@@ -8,2 +14,4 @@

## 1.3.3 / 2014-01-22

@@ -15,2 +23,3 @@

## 1.3.2 / 2013-12-12

@@ -17,0 +26,0 @@

@@ -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.3";
}}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.5";
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);

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

*/
inflector.version = '1.3.4';
inflector.version = '1.3.5';

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

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

@@ -5,0 +5,0 @@ "keywords" : [

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