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

no-cliches

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

no-cliches - npm Package Compare versions

Comparing version 0.3.0 to 0.3.1

2

cliches.js

@@ -703,3 +703,3 @@ let cliches = [

// Replace a basic white-space with more-robust white-space matching for new lines, half-space etc.
cliches = cliches.map(w => w.replace(/ /g, '[\\b\\s\\u200C]*'));
cliches = cliches.map((w) => w.replace(/ /g, '[\\b\\s\\u200C]*'));
const clicheRegex = new RegExp(`\\b(${cliches.join('|')})\\b`, 'gi');

@@ -706,0 +706,0 @@ const matcher = require('./matcher');

{
"name": "no-cliches",
"version": "0.3.0",
"version": "0.3.1",
"description": "Find clichés in your writings",

@@ -9,4 +9,3 @@ "main": "cliches.js",

"name": "Matt Blair",
"url": "blog.mattblair.co",
"email": ""
"url": "https://blog.mattblair.co"
},

@@ -42,9 +41,18 @@ "engines": {

"devDependencies": {
"eslint": "^5.12.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jsx-a11y": "^6.1.2",
"eslint-plugin-react": "^7.12.3",
"eslint": "^7.24.0",
"eslint-config-airbnb": "^18.2.1",
"jasmine-node": "^3.0.0"
},
"peerDependencies": {
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.21.5",
"eslint-plugin-react-hooks": "^4.0.0"
},
"dependencies": {
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.23.2",
"eslint-plugin-react-hooks": "^4.2.0"
}
}
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