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

bad-words-next

Package Overview
Dependencies
Maintainers
1
Versions
54
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bad-words-next - npm Package Compare versions

Comparing version 1.0.4 to 1.0.5

2

lib/index.js

@@ -307,3 +307,3 @@ 'use strict';

}).reduce(function (a, s, i) {
return a + (i > 0 ? delims[i - 1] : '') + s;
return a + (i > 0 ? delims[i - 1] === undefined ? ' ' : delims[i - 1] : '') + s;
}, '');

@@ -310,0 +310,0 @@ }

{
"name": "bad-words-next",
"version": "1.0.4",
"version": "1.0.5",
"description": "Profanity filtering and detection",

@@ -5,0 +5,0 @@ "keywords": [

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