Socket
Socket
Sign inDemoInstall

eslint-plugin-verdaccio

Package Overview
Dependencies
67
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.5 to 2.0.0

.eslintrc.json

36

package.json
{
"name": "eslint-plugin-verdaccio",
"version": "0.0.5",
"description": "verdaccio code guide lines",
"version": "2.0.0",
"description": "Verdaccio code guidelines",
"keywords": [
"verdaccio",
"eslint",
"eslintplugin",
"eslint-plugin"
],
"author": "Juan Picado <juanpicado19@gmail.com>",
"license": "MIT",
"main": "lib/index.js",
"scripts": {
"lint": "eslint .",
"test": "mocha tests --recursive"
"engines": {
"node": ">=8"
},
"dependencies": {
"jsx-ast-utils": "2.0.1"
"jsx-ast-utils": "2.2.1"
},
"devDependencies": {
"babel-eslint": "8.2.5",
"coveralls": "3.0.1",
"eslint": "~5.9.0",
"istanbul": "0.4.5",
"mocha": "5.2.0",
"typescript": "3.1.3",
"typescript-eslint-parser": "20.0.0"
"mocha": "^6.1.4"
},
"engines": {
"node": ">=0.10.0"
"scripts": {
"lint": "eslint '**/*.js'",
"lint:stage": "lint-staged",
"test": "mocha tests --recursive"
},
"license": "MIT"
"lint-staged": {
"**/*.js": [
"eslint --fix",
"git add"
]
},
"gitHead": "d36c0957c9586e4d047d398d86f8d222756fd900"
}
# eslint-plugin-verdaccio
verdaccio code guide lines
verdaccio code guidelines

@@ -33,3 +33,2 @@ ## Installation

Then configure the rules you want to use under the rules section.

@@ -53,5 +52,4 @@

## License
[MIT](http://www.opensource.org/licenses/mit-license.php)
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc