Comparing version 1.5.3 to 1.5.4
{ | ||
"name": "fast-feed", | ||
"version": "1.5.3", | ||
"version": "1.5.4", | ||
"keywords": [ | ||
@@ -17,7 +17,10 @@ "rss", | ||
"devDependencies": { | ||
"mocha": "1.x", | ||
"eslint": "^2.13.1", | ||
"mocha": "^2.5.3", | ||
"node-gyp": "^2.0.2" | ||
}, | ||
"scripts": { | ||
"test": "node-gyp configure build && mocha tests" | ||
"test": "node-gyp configure build && mocha tests", | ||
"test-leak": "node --gc_global tests-leak/cdata.js", | ||
"lint": "eslint index.js tests" | ||
}, | ||
@@ -31,3 +34,2 @@ "files": [ | ||
"LICENSE.rapidxml", | ||
"Makefile", | ||
"package.json", | ||
@@ -37,5 +39,5 @@ "README.md" | ||
"dependencies": { | ||
"nan": "~2.0.9" | ||
"nan": "~2.3.5" | ||
}, | ||
"license": "MIT" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
164618
3
17
2
0
+ Addednan@2.3.5(transitive)
- Removednan@2.0.9(transitive)
Updatednan@~2.3.5