Comparing version 3.0.1 to 3.2.0
@@ -0,1 +1,7 @@ | ||
### 3.0.1 | ||
* Removed engine limitaitons in package.json since they no longer are useful. | ||
### 3.0.0 | ||
* Updated cheerio dependencies | ||
### 1.0.0 | ||
@@ -2,0 +8,0 @@ * Add support for extracting out `softTitle`, `date`, `copyright`, `author`, `publisher` thanks to @philgooch. See [#49](https://github.com/ageitgey/node-unfluff/pull/49). |
{ | ||
"name": "unfluff", | ||
"version": "3.0.1", | ||
"version": "3.2.0", | ||
"description": "A web page content extractor", | ||
@@ -32,3 +32,3 @@ "homepage": "https://github.com/ageitgey/node-unfluff", | ||
"optimist": "~0.6.1", | ||
"lodash": "~2.4.1", | ||
"lodash": "~4.17.10", | ||
"xregexp": "~2.0.0" | ||
@@ -35,0 +35,0 @@ }, |
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
5311808
+ Addedlodash@4.17.21(transitive)
- Removedlodash@2.4.2(transitive)
Updatedlodash@~4.17.10