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

stopword

Package Overview
Dependencies
Maintainers
2
Versions
72
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

stopword - npm Package Compare versions

Comparing version 0.1.10 to 0.1.11

CODE_OF_CONDUCT.md

2

lib/stopword.js

@@ -1,2 +0,2 @@

const defaultStopwords = require('./stopwords_en.js').words
var defaultStopwords = require('./stopwords_en.js').words

@@ -3,0 +3,0 @@ exports.removeStopwords = function(tokens, stopwords) {

{
"name": "stopword",
"version": "0.1.10",
"version": "0.1.11",
"description": "A module for node.js that takes in text and returns text that is stripped of stopwords. Has pre-defined stopword lists for 19 languages and also takes lists with custom stopwords as input.",

@@ -5,0 +5,0 @@ "main": "lib/stopword.js",

@@ -117,2 +117,4 @@ # stopword

version 0.1.10 Updating from testing on version 4,5 and 6 to version 4,6,8 and 9 of Node.js
[license-image]: http://img.shields.io/badge/license-MIT-blue.svg?style=flat

@@ -119,0 +121,0 @@ [license-url]: LICENSE

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