Comparing version 1.0.0 to 1.0.1
@@ -31,3 +31,3 @@ class Rake { | ||
.filter(phr => (phr.replace(reg, '') !== ' ' && phr.replace(reg, '') !== '')) | ||
.map(phr => phr.trim()), | ||
.map(phr => phr.trim()) | ||
); | ||
@@ -34,0 +34,0 @@ const flattenedList = [].concat(...phraseList); |
{ | ||
"name": "node-rake", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "A NodeJS implementation of the Rapid Automatic Keyword Extraction algorithm.", | ||
@@ -5,0 +5,0 @@ "main": "app.js", |
@@ -44,3 +44,5 @@ # node-rake | ||
#### Example : https://runkit.com/5860f5d5c5386f00131cf99b/586258900122ce0014f07ee1 | ||
#### Example : | ||
1. https://runkit.com/waseem18/59fe9c7d20e52f0012606fbe | ||
2. https://runkit.com/waseem18/59fe9d1b5fbc910012f99891 | ||
@@ -47,0 +49,0 @@ |
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
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
12459
52
0