Socket
Socket
Sign inDemoInstall

daq-proc

Package Overview
Dependencies
21
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 5.0.3 to 5.0.4

8

demo/document-processing/document-processor-app.js

@@ -47,2 +47,6 @@ // exposing the underlying libraries in a transparent way

// Calculating keywords
let keywords = ehp.findKeywords(headlineStopped, bodyStopped, 5)
populate(JSON.stringify(keywords, 2, ' '), 'keywordsFoundDiv')
// Emoji population

@@ -52,6 +56,2 @@ emojiArray = emojiArray.join('')

populate(JSON.stringify(emojiArray, 2, ' '), 'emojisFoundDiv')
// Calculating keywords
let keywords = ehp.findKeywords(headlineStopped, bodyStopped, 5)
populate(JSON.stringify(keywords, 2, ' '), 'keywordsFoundDiv')
}

@@ -58,0 +58,0 @@

{
"name": "daq-proc",
"version": "5.0.3",
"version": "5.0.4",
"description": "Simple document processor to make search running in the browser and node.js a little better. Supports 50+ languages. Removes stopwords (smaller index and less irrelevant hits), extract keywords to filter on and prepares ngrams for auto-complete functionality.",

@@ -5,0 +5,0 @@ "main": "index.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