bad-words-next
Advanced tools
Comparing version 1.0.4 to 1.0.5
@@ -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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
60742