Comparing version 0.1.3 to 0.1.4
@@ -0,1 +1,5 @@ | ||
## 0.1.4 (10th November, 2011) | ||
* node 0.6.0 compatibility | ||
## 0.1.3 (11th August, 2011) | ||
@@ -2,0 +6,0 @@ |
@@ -1,2 +0,4 @@ | ||
exports.package = JSON.parse(require("fs").readFileSync(__dirname + "/../../package.json")); | ||
var path; | ||
path = require('path'); | ||
exports.package = JSON.parse(require('fs').readFileSync(path.join(__dirname, '/../../package.json'))); | ||
exports.version = exports.package.version; |
@@ -5,5 +5,5 @@ { | ||
"keywords": ["inflect", "activerecord", "rails", "activesupport", "string"], | ||
"version": "0.1.3", | ||
"version": "0.1.4", | ||
"author": "Stefan Huber <MSNexploder@gmail.com>", | ||
"homepage": "https://github.com/MSNexploder/inflect", | ||
"homepage": "http://msnexploder.github.com/inflect/", | ||
"main": "lib/inflect", | ||
@@ -28,8 +28,8 @@ "files": [ | ||
"engines": { | ||
"node": ">= 0.4.x <= 0.5.3" | ||
"node": ">= 0.4.x <= 0.6.0" | ||
}, | ||
"devDependencies": { | ||
"coffee-script": ">= 1.1.1 < 2.0.0", | ||
"coffee-script": ">= 1.1.2 < 2.0.0", | ||
"docco": ">= 0.3.0 < 0.4.0", | ||
"vows": ">= 0.5.9 < 0.6.0" | ||
"vows": ">= 0.5.13 < 0.6.0" | ||
}, | ||
@@ -36,0 +36,0 @@ "repository": { |
@@ -7,3 +7,3 @@ ## Install | ||
[Documentation](https://github.com/MSNexploder/inflect/tree/master/docs) | ||
[Documentation](http://msnexploder.github.com/inflect) | ||
@@ -10,0 +10,0 @@ ## Usage |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
Non-existent author
Supply chain riskThe package was published by an npm account that no longer exists.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
156892
552
0
2