New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

lda

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lda - npm Package Compare versions

Comparing version 0.1.3 to 0.1.4

0

lib/lda.js

@@ -0,0 +0,0 @@ var stem = require('stem-porter');

1

lib/stopwords.js

@@ -114,2 +114,3 @@ stop_words = [

'considering',
'constructor',
'contain',

@@ -116,0 +117,0 @@ 'containing',

4

package.json
{
"name": "lda",
"version": "0.1.3",
"version": "0.1.4",
"description": "LDA topic modeling for node.js.",

@@ -45,4 +45,4 @@ "author": {

],
"_id": "lda@0.1.3",
"_id": "lda@0.1.4",
"_from": "lda"
}

@@ -0,0 +0,0 @@ LDA

@@ -0,0 +0,0 @@ var lda = require('./lib/lda');

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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