Comparing version 1.1.0 to 3.0.0
@@ -23,3 +23,5 @@ // Generated by CoffeeScript 2.0.0-beta7 | ||
} else { | ||
stopWords = fs.readFileSync(filePath).toString().split('\n'); | ||
stopWords = fs.readFileSync(filePath).toString().split('\n').filter(function (s) { | ||
return s.length > 0; | ||
}); | ||
cache[language] = stopWords; | ||
@@ -26,0 +28,0 @@ } |
{ | ||
"name": "unfluff", | ||
"version": "1.1.0", | ||
"version": "3.0.0", | ||
"description": "A web page content extractor", | ||
@@ -33,3 +33,3 @@ "homepage": "https://github.com/ageitgey/node-unfluff", | ||
"dependencies": { | ||
"cheerio": "~0.17.0", | ||
"cheerio": "~0.22.0", | ||
"optimist": "~0.6.1", | ||
@@ -44,3 +44,3 @@ "lodash": "~2.4.1", | ||
"scopedfs": "~0.1.0", | ||
"semver": "~2.1.0", | ||
"semver": "~4.3.2", | ||
"deep-equal": "~0.2.1" | ||
@@ -47,0 +47,0 @@ }, |
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
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
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
5311331
166
2111
+ Addedboolbase@1.0.0(transitive)
+ Addedcheerio@0.22.0(transitive)
+ Addedcss-select@1.2.0(transitive)
+ Addedcss-what@2.1.3(transitive)
+ Addeddom-serializer@0.1.1(transitive)
+ Addeddomelementtype@1.3.1(transitive)
+ Addeddomhandler@2.4.2(transitive)
+ Addedhtmlparser2@3.10.1(transitive)
+ Addedlodash.assignin@4.2.0(transitive)
+ Addedlodash.bind@4.2.1(transitive)
+ Addedlodash.defaults@4.2.0(transitive)
+ Addedlodash.filter@4.6.0(transitive)
+ Addedlodash.flatten@4.4.0(transitive)
+ Addedlodash.foreach@4.5.0(transitive)
+ Addedlodash.map@4.6.0(transitive)
+ Addedlodash.merge@4.6.2(transitive)
+ Addedlodash.pick@4.4.0(transitive)
+ Addedlodash.reduce@4.6.0(transitive)
+ Addedlodash.reject@4.6.0(transitive)
+ Addedlodash.some@4.6.0(transitive)
+ Addednth-check@1.0.2(transitive)
+ Addedreadable-stream@3.6.2(transitive)
+ Addedsafe-buffer@5.2.1(transitive)
+ Addedstring_decoder@1.3.0(transitive)
+ Addedutil-deprecate@1.0.2(transitive)
- RemovedCSSselect@0.4.1(transitive)
- RemovedCSSwhat@0.4.7(transitive)
- Removedcheerio@0.17.0(transitive)
- Removedcore-util-is@1.0.3(transitive)
- Removeddom-serializer@0.0.1(transitive)
- Removeddomelementtype@1.1.3(transitive)
- Removeddomhandler@2.2.1(transitive)
- Removeddomutils@1.4.3(transitive)
- Removedentities@1.0.0(transitive)
- Removedhtmlparser2@3.7.3(transitive)
- Removedisarray@0.0.1(transitive)
- Removedreadable-stream@1.1.14(transitive)
- Removedstring_decoder@0.10.31(transitive)
Updatedcheerio@~0.22.0