Socket
Socket
Sign inDemoInstall

washyourmouthoutwithsoap

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

washyourmouthoutwithsoap - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

2

package.json
{
"name": "washyourmouthoutwithsoap",
"version": "1.0.0",
"version": "1.0.1",
"description": "A list of bad words in many languages.",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -18,2 +18,9 @@ const test = require('tap').test;

test('false (en)', t => {
const result = wash.check('en', 'Hello Doug, how are you?');
t.type(result, 'boolean');
t.false(result);
t.end();
});
test('true (en)', t => {

@@ -20,0 +27,0 @@ const result = wash.check('en', 'The fox was a bit of an asshole.');

Sorry, the diff of this file is too big to display

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