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

retext-keywords

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

retext-keywords - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

2

index.js

@@ -138,3 +138,3 @@ 'use strict';

node.visitType(node.WORD_NODE, function (word) {
node.visit(node.WORD_NODE, function (word) {
var stem;

@@ -141,0 +141,0 @@

{
"name": "retext-keywords",
"version": "0.1.0",
"version": "0.1.1",
"description": "Keyword extraction with Retext",

@@ -15,5 +15,5 @@ "license": "MIT",

"dependencies": {
"retext-porter-stemmer": "^0.1.1",
"retext-pos": "^0.1.3",
"retext-visit": "^0.1.1"
"retext-porter-stemmer": "^0.2.0",
"retext-pos": "^0.1.5",
"retext-visit": "^0.2.0"
},

@@ -28,19 +28,19 @@ "repository": {

"istanbul": "^0.3.0",
"jscs": "^1.5.0",
"jscs": "^1.7.0",
"matcha": "^0.5.0",
"mocha": "^1.21.0",
"retext": "^0.2.0-rc.2"
"retext": "^0.2.0"
},
"scripts": {
"test": "node_modules/.bin/_mocha --reporter spec --check-leaks -u exports spec/retext-keywords.spec.js",
"test-travis": "node_modules/.bin/istanbul cover node_modules/.bin/_mocha --report lcovonly -- --reporter spec --check-leaks -u exports spec/retext-keywords.spec.js",
"test": "node_modules/.bin/_mocha --reporter spec --check-leaks -u exports test.js",
"test-travis": "node_modules/.bin/istanbul cover node_modules/.bin/_mocha --report lcovonly -- --reporter spec --check-leaks -u exports test.js",
"lint": "npm run lint-api && npm run lint-test && npm run lint-benchmark && npm run lint-style",
"lint-api": "node_modules/.bin/eslint index.js --env node --env browser --rule 'quotes: [2, single], no-cond-assign: false'",
"lint-test": "node_modules/.bin/eslint spec/retext-keywords.spec.js --env node --env mocha --rule 'quotes: [2, single]'",
"lint-style": "node_modules/.bin/jscs index.js spec/retext-keywords.spec.js benchmark/index.js --reporter=inline",
"lint-benchmark": "node_modules/.bin/eslint benchmark/index.js --env node --global suite,set,bench --rule 'quotes: [2, single]'",
"coverage": "node_modules/.bin/istanbul cover node_modules/.bin/_mocha -- -- spec/retext-keywords.spec.js",
"benchmark": "node_modules/.bin/matcha",
"lint-test": "node_modules/.bin/eslint test.js --env node --env mocha --rule 'quotes: [2, single]'",
"lint-style": "node_modules/.bin/jscs index.js test.js benchmark.js --reporter=inline",
"lint-benchmark": "node_modules/.bin/eslint benchmark.js --env node --global suite,set,bench,before --rule 'quotes: [2, single]'",
"coverage": "node_modules/.bin/istanbul cover node_modules/.bin/_mocha -- -- test.js",
"benchmark": "node_modules/.bin/matcha benchmark.js",
"make": "npm run lint && npm run coverage"
}
}
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