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.0 to 1.3.1

inflection.min.js

6

History.md
# History
## 1.3.1 / 2013-12-12
- [refactoring] Support `Requirejs`
## 1.3.0 / 2013-12-11

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

20

lib/inflection.js

@@ -622,8 +622,22 @@ /*!

if( typeof exports === 'undefined' ) return root.inflection = inflector;
/**
* @public
*/
inflector.version = '1.3.0';
inflector.version = '1.3.1';
// browser support
// requirejs
if( typeof define !== 'undefined' ){
return define( function ( require, exports, module ){
module.exports = inflector;
});
}
// browser support
// normal usage
if( typeof exports === 'undefined' ){
root.inflection = inflector;
return;
}
/**

@@ -630,0 +644,0 @@ * Exports module.

2

package.json
{
"name" : "inflection",
"version" : "1.3.0",
"version" : "1.3.1",
"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