Socket
Socket
Sign inDemoInstall

keyword-miner

Package Overview
Dependencies
36
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.3.2 to 0.3.3

6

miner.js

@@ -30,8 +30,8 @@ (function() {

if (!options.site)
return done(new Error('URL invalid: ' + options.site));
options.threshold = options.threshold || 0;
options.limit = options.limit || 0;
if (!options.site)
return done(new Error('URL invalid: ' + options.site));
var protocol =

@@ -38,0 +38,0 @@ options.site.indexOf('https://') !== -1 ?

{
"name": "keyword-miner",
"version": "0.3.2",
"version": "0.3.3",
"description": "Extract a list of keywords from a website, sorted by word count.",

@@ -5,0 +5,0 @@ "main": "miner.js",

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc