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.4 to 0.3.5

.github/workflows/node.js.yml

20

package.json
{
"name": "no-cliches",
"version": "0.3.4",
"version": "0.3.5",
"description": "Find clichés in your writings",

@@ -12,4 +12,4 @@ "main": "cliches.js",

"engines": {
"node": ">=6",
"npm": ">=5"
"node": ">=16",
"npm": ">=8"
},

@@ -41,15 +41,7 @@ "bugs": {

"devDependencies": {
"eslint": "^7.26.0",
"eslint-config-airbnb": "^18.2.1",
"eslint": "^8.48.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.23.2",
"jasmine": "^3.7.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"
"jasmine": "^5.1.0"
}
}

@@ -18,5 +18,5 @@ [![Build Status](https://travis-ci.org/duereg/no-cliches.svg?branch=master)](https://travis-ci.org/duereg/no-cliches)

```javascript
var cliches = require('no-cliches');
const cliches = require('no-cliches');
var problems = cliches('Writing specs puts me at loose ends.');
const problems = cliches('Writing specs puts me at loose ends.');
// problems -> [{ match: "at loose ends", index: 22, offset: 12 }]

@@ -23,0 +23,0 @@ ```

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