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

eslint-config-hapi

Package Overview
Dependencies
Maintainers
2
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-hapi - npm Package Compare versions

Comparing version 3.0.0 to 3.0.1

2

lib/index.js

@@ -30,3 +30,3 @@ module.exports = {

'no-shadow': 0,
'no-unused-vars': [1, { args: 'all', varsIgnorePattern: "^internals$" }],
'no-unused-vars': [1, { vars: 'all', varsIgnorePattern: '^internals$', 'args': 'none' }],
'hapi/no-shadow-relaxed': [1, { 'ignore': ['err', 'done'] }],

@@ -33,0 +33,0 @@ 'hapi/hapi-capitalize-modules': [1, 'global-scope-only'],

{
"name": "eslint-config-hapi",
"version": "3.0.0",
"version": "3.0.1",
"description": "Shareable ESLint config for the hapi ecosystem",

@@ -5,0 +5,0 @@ "author": "Continuation Labs <contact@continuation.io> (http://continuation.io/)",

var internals = {};
var internals2 = {};
var bar = {};
var bar = function (foo) {
};
return bar;
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