New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@2toad/profanity

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@2toad/profanity - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

.nvmrc

9

package.json
{
"name": "@2toad/profanity",
"version": "2.0.0",
"version": "2.0.1",
"description": "A JavaScript profanity filter",

@@ -16,9 +16,10 @@ "homepage": "https://github.com/2Toad/Profanity",

"lint": "npx eslint src --cache",
"lint:fix": "eslint src --cache --fix",
"lint:fix": "npx eslint src --cache --fix",
"prettier": "npx prettier --write .",
"test": "mocha -r ts-node/register src/**/*.spec.ts",
"prepare": "husky install",
"clean": "npx rimraf dist",
"build": "npm run clean && npx tsc",
"deploy": "npm publish"
"deploy": "npm publish",
"postinstall": "husky install",
"prepublishOnly": "npm run lint && npm run test && npm run build"
},

@@ -25,0 +26,0 @@ "repository": {

@@ -82,3 +82,3 @@ # Profanity

When specifying a `CensoryType` other than `CensorType.Word`, this is the character used by the `censor` function.
When specifying a `CensorType` other than `CensorType.Word`, this is the character used by the `censor` function.

@@ -85,0 +85,0 @@ By default this is set to `*`:

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