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.1 to 1.2.2

5

package.json
{
"name": "eslint-plugin-hapi",
"version": "1.2.1",
"version": "1.2.2",
"description": "ESLint plugin containing hapi style guide rules",

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

"scripts": {
"test": "lab -v -t 100 -a code"
"test": "belly-button && lab -v -t 100 -a code"
},

@@ -32,2 +32,3 @@ "repository": {

"devDependencies": {
"belly-button": "1.x.x",
"code": "1.x.x",

@@ -34,0 +35,0 @@ "lab": "6.x.x"

4

test/index.js

@@ -13,4 +13,4 @@ 'use strict';

describe('ESLint Plugin', function() {
it('exposes all expected rules', function(done) {
describe('ESLint Plugin', function () {
it('exposes all expected rules', function (done) {
expect(Plugin.rules).to.exist();

@@ -17,0 +17,0 @@ expect(Plugin.rules).to.be.an.object();

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