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

eslint-plugin-hapi

Package Overview
Dependencies
Maintainers
2
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-plugin-hapi - npm Package Compare versions

Comparing version 1.2.0 to 1.2.1

8

package.json
{
"name": "eslint-plugin-hapi",
"version": "1.2.0",
"version": "1.2.1",
"description": "ESLint plugin containing hapi style guide rules",
"author": "Continuation Labs <contact@continuation.io> (http://continuation.io/)",
"main": "lib/index.js",
"scripts": {
"test": "node node_modules/.bin/lab -v -t 100 -a code"
"test": "lab -v -t 100 -a code"
},

@@ -19,3 +20,2 @@ "repository": {

],
"author": "Continuation Labs",
"license": "MIT",

@@ -33,4 +33,4 @@ "bugs": {

"code": "1.x.x",
"lab": "5.x.x"
"lab": "6.x.x"
}
}

@@ -8,2 +8,6 @@ # eslint-plugin-hapi

ESLint plugin containing hapi style guide rules
ESLint plugin containing hapi style guide rules. This plugin includes the following ESLint rules:
- [`hapi-capitalize-modules`](https://www.npmjs.com/package/hapi-capitalize-modules) - Enforces capitalization of imported module variables.
- [`hapi-scope-start`](https://www.npmjs.com/package/hapi-scope-start) - Enforces a new line at the beginning of function scope.
- [`no-shadow-relaxed`](https://www.npmjs.com/package/no-shadow-relaxed) - Extension of ESLint's native `no-shadow` rule that allows certain variable names to be ignored.

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