Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

inflect

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

inflect - npm Package Compare versions

Comparing version 0.2.0 to 0.2.1

.npmignore

7

CHANGELOG.md

@@ -1,3 +0,8 @@

## 0.2.0 (unreleased)
## 0.2.1 (19th March, 2012)
* fixed future node compatibility
* updated dependencies
## 0.2.0 (4th December, 2011)
* client side support

@@ -4,0 +9,0 @@

4

lib/inflect/inflections.js

@@ -1,3 +0,3 @@

var Inflections;
var __slice = Array.prototype.slice;
var Inflections,
__slice = Array.prototype.slice;

@@ -4,0 +4,0 @@ Inflections = (function() {

@@ -5,3 +5,3 @@ {

"keywords": ["inflect", "activerecord", "rails", "activesupport", "string"],
"version": "0.2.0",
"version": "0.2.1",
"author": "Stefan Huber <MSNexploder@gmail.com>",

@@ -28,11 +28,11 @@ "homepage": "http://msnexploder.github.com/inflect/",

"engines": {
"node": ">= 0.4.x <= 0.6.x"
"node": ">= 0.4 <= 0.6"
},
"devDependencies": {
"coffee-script": ">= 1.1.2 < 2.0.0",
"coffee-script": ">= 1.2.0 < 2.0.0",
"docco": ">= 0.3.0 < 0.4.0",
"vows": ">= 0.6.0 < 0.7.0",
"browserify": ">= 1.8.1 < 1.9.0",
"vows": ">= 0.6.2 < 0.7.0",
"browserify": ">= 1.10.4 < 1.11.0",
"fileify": ">= 0.3.1 < 0.4.0",
"uglify-js": ">= 1.1.1 < 1.2.0"
"uglify-js": ">= 1.2.6 < 1.3.0"
},

@@ -39,0 +39,0 @@ "repository": {

@@ -0,1 +1,5 @@

# Inflect [![Build Status](https://secure.travis-ci.org/MSNexploder/inflect.png)](http://travis-ci.org/MSNexploder/inflect)
A port of the Rails / ActiveSupport inflector to JavaScript (node.js and browser compatible).
## Install

@@ -5,2 +9,6 @@

[Client version](https://raw.github.com/MSNexploder/inflect/master/client/inflect.js)
[Client version (minified)](https://raw.github.com/MSNexploder/inflect/master/client/inflect.min.js)
## Documentation

@@ -7,0 +15,0 @@

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