Socket
Socket
Sign inDemoInstall

censoring

Package Overview
Dependencies
0
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.0 to 1.0.1

2

index.js

@@ -177,3 +177,3 @@ ;

addFilterWords: function (words) {
if (!words instanceof Array) {
if (!this.isArray(words)) {
throw 'Invalid type supplied for addFilterWords. Expected array.';

@@ -180,0 +180,0 @@ }

{
"name": "censoring",
"version": "1.0.0",
"version": "1.0.1",
"description": "Censor or highlight words and other patterns intelligently.",
"main": "index.js",
"scripts": {
},
"scripts": {},
"repository": {

@@ -9,0 +8,0 @@ "type": "git",

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