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

no-profanity

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

no-profanity - npm Package Compare versions

Comparing version 1.2.0 to 1.3.0

commonjs/en.js

10

package.json
{
"name": "no-profanity",
"version": "1.2.0",
"version": "1.3.0",
"description": "A JavaScript package to detect and filter profanity",
"main": "./lib/no-profanity.js",
"types": "./lib/no-profanity.d.ts",
"exports": {
"import": "./lib/no-profanity.js",
"require": "./commonjs/no-profanity.js"
},
"directories": {

@@ -12,3 +16,4 @@ "test": "test"

"scripts": {
"test": "node --experimental-vm-modules node_modules/jest/bin/jest.js --reporters=default"
"test": "node --experimental-vm-modules node_modules/jest/bin/jest.js --reporters=default",
"build": "babel lib --out-dir commonjs"
},

@@ -26,2 +31,3 @@ "repository": {

"devDependencies": {
"@babel/cli": "^7.22.9",
"@babel/core": "^7.22.9",

@@ -28,0 +34,0 @@ "@babel/preset-env": "^7.22.9",

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