Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

node-rake

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-rake - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

2

index.js

@@ -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 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc