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.4.0 to 0.4.1

spec/.DS_Store

5

CHANGELOG.md

@@ -0,1 +1,6 @@

## 0.4.1 (7th April, 2020)
* updated to latest node
* updated dependencies
## 0.4.0 (14th April, 2017)

@@ -2,0 +7,0 @@

2

lib/index.js

@@ -1,2 +0,2 @@

// Generated by CoffeeScript 1.12.5
// Generated by CoffeeScript 1.12.7
module.exports = require("./inflect");

@@ -1,2 +0,2 @@

// Generated by CoffeeScript 1.12.5
// Generated by CoffeeScript 1.12.7
var inflect;

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

@@ -1,2 +0,2 @@

// Generated by CoffeeScript 1.12.5
// Generated by CoffeeScript 1.12.7
var Inflections, inflections, methods, number_extensions, string_extensions;

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

@@ -1,2 +0,2 @@

// Generated by CoffeeScript 1.12.5
// Generated by CoffeeScript 1.12.7
var Inflections,

@@ -3,0 +3,0 @@ slice = [].slice;

@@ -1,2 +0,2 @@

// Generated by CoffeeScript 1.12.5
// Generated by CoffeeScript 1.12.7
var camelize, capitalize, dasherize, decapitalize, humanize, inflections, ordinalize, parameterize, pluralize, singularize, titleize, underscore;

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

@@ -1,2 +0,2 @@

// Generated by CoffeeScript 1.12.5
// Generated by CoffeeScript 1.12.7
var enableNumberExtensions, inflect;

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

@@ -1,2 +0,2 @@

// Generated by CoffeeScript 1.12.5
// Generated by CoffeeScript 1.12.7
var enableStringExtensions, inflect;

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

@@ -11,5 +11,5 @@ {

],
"version": "0.4.0",
"version": "0.4.1",
"license": "MIT",
"author": "Stefan Huber <MSNexploder@gmail.com>",
"author": "Stefan Stüben <MSNexploder@gmail.com>",
"homepage": "http://msnexploder.github.com/inflect/",

@@ -28,2 +28,3 @@ "main": "lib/inflect",

"scripts": {
"build": "cake build",
"test": "cake test"

@@ -36,11 +37,12 @@ },

"engines": {
"node": ">=6.9.0"
"node": ">=10.19.0"
},
"devDependencies": {
"browserify": "~14.3.0",
"coffee-script": "~1.12.5",
"coffeeify": "^2.1.0",
"docco": "~0.7.0",
"uglify-js": "~2.8.22",
"vows": "~0.8.1"
"browserify": "~16.5.1",
"cake": "^0.1.1",
"coffee-script": "~1.12.7",
"coffeeify": "~2.1.0",
"docco": "~0.8.0",
"uglify-js": "^3.8.1",
"vows": "^0.8.3"
},

@@ -47,0 +49,0 @@ "repository": {

Sorry, the diff of this file is not supported yet

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