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.2.3 to 1.2.4

8

History.md
# History
## 1.2.4 / 2013-01-06
- [bug fix] window obj does not have `call` method
## 1.2.3 / 2012-08-02

@@ -53,2 +59,2 @@

- Initial release
- Initial release

4

lib/inflection.js

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

if( typeof exports === 'undefined' ) return root.call( inflector );
if( typeof exports === 'undefined' ) return root.inflection = inflector;

@@ -597,2 +597,2 @@ /**

module.exports = inflector;
})( this );
})( this );
{
"name" : "inflection",
"version" : "1.2.3",
"version" : "1.2.4",
"description": "A port of inflection-js to node.js module",

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

"devDependencies": {
"node.flow": "1.1.3",
"should" : "1.1.0"
"node.flow": "1.2.2",
"should" : "1.2.1"
},

@@ -32,2 +32,2 @@ "main" : "./lib/inflection.js",

}]
}
}
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