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.1.1 to 1.2.0

4

lib/index.js
'use strict';
var HapiCapitalizeModules = require('hapi-capitalize-modules');
var HapiScopeStart = require('hapi-scope-start');
var NoShadowRelaxed = require('no-shadow-relaxed');

@@ -9,4 +10,5 @@

'hapi-capitalize-modules': HapiCapitalizeModules,
'hapi-scope-start': HapiScopeStart
'hapi-scope-start': HapiScopeStart,
'no-shadow-relaxed': NoShadowRelaxed
}
};
{
"name": "eslint-plugin-hapi",
"version": "1.1.1",
"version": "1.2.0",
"description": "ESLint plugin containing hapi style guide rules",

@@ -27,3 +27,4 @@ "main": "lib/index.js",

"hapi-capitalize-modules": "1.x.x",
"hapi-scope-start": "1.x.x"
"hapi-scope-start": "1.x.x",
"no-shadow-relaxed": "1.x.x"
},

@@ -30,0 +31,0 @@ "devDependencies": {

@@ -20,5 +20,6 @@ 'use strict';

expect(rules.length).to.equal(2);
expect(rules.length).to.equal(3);
expect(rules.indexOf('hapi-capitalize-modules')).to.not.equal(-1);
expect(rules.indexOf('hapi-scope-start')).to.not.equal(-1);
expect(rules.indexOf('no-shadow-relaxed')).to.not.equal(-1);

@@ -25,0 +26,0 @@ for (var i = 0; i < rules.length; ++i) {

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