Socket
Socket
Sign inDemoInstall

eslint-plugin-ban

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-plugin-ban - npm Package Compare versions

Comparing version 1.0.0 to 1.1.0

17

package.json
{
"name": "eslint-plugin-ban",
"version": "1.0.0",
"version": "1.1.0",
"description": "Allows you to bannish some methods or functions.",

@@ -19,12 +19,19 @@ "keywords": [

"test": "mocha tests --recursive",
"test:watch": "mocha tests --recursive --watch"
"test:watch": "mocha tests --recursive --watch",
"validate": "npm run lint && npm run test"
},
"dependencies": {
"requireindex": "~1.1.0"
"requireindex": "~1.2.0"
},
"devDependencies": {
"eslint": "^3.9.1",
"eslint": "^5.14.1",
"growl": "^1.10.5",
"mocha": "^3.1.2"
"husky": "^1.3.1",
"mocha": "^6.0.1"
},
"husky": {
"hooks": {
"pre-push": "npm run validate"
}
},
"engines": {

@@ -31,0 +38,0 @@ "node": ">=0.10.0"

@@ -49,2 +49,3 @@ # eslint-plugin-ban [![Build Status](https://travis-ci.org/remithomas/eslint-plugin-ban.svg?branch=master)](https://travis-ci.org/remithomas/eslint-plugin-ban) [![npm version](https://img.shields.io/npm/v/eslint-plugin-ban.svg?style=flat-square)](https://www.npmjs.com/package/eslint-plugin-ban)

> An error
```json

@@ -61,2 +62,3 @@ {

> A simple warning
```json

@@ -72,1 +74,5 @@ {

```
# Contributing
Please feel free to submit, comment anything on this repo :)
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