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 0.0.8 to 0.0.9

__test__/rake.test.js

4

app.js

@@ -5,9 +5,7 @@ var Rake = require('./index.js')

module.exports = {
generate: function(content){
instance = new Rake(content,stopwords_path)
let instance = new Rake(content,stopwords_path)
return instance.generate()
}
}

@@ -53,3 +53,3 @@ var fs = require('fs');

if(phr != ' ' && phr != '') {
phrase_list.push(phr)
phrase_list.push(phr.trim())
}

@@ -56,0 +56,0 @@ }

{
"name": "node-rake",
"version": "0.0.8",
"description": "A NodeJS implementation of the Rapid Automatic Keyword Extraction algorithm. [In development]",
"version": "0.0.9",
"description": "A NodeJS implementation of the Rapid Automatic Keyword Extraction algorithm.",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "jest"
},

@@ -21,3 +21,9 @@ "repository": {

},
"homepage": "https://github.com/waseem18/node-rake#readme"
"homepage": "https://github.com/waseem18/node-rake#readme",
"devDependencies": {
"babel-jest": "^18.0.0",
"babel-polyfill": "^6.23.0",
"babel-preset-es2015": "^6.22.0",
"jest": "^18.1.0"
}
}

@@ -5,3 +5,2 @@ # node-rake

[ In development ]
A NodeJS implementation of the Rapid Automatic Keyword Extraction algorithm.

@@ -8,0 +7,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