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

eslint-plugin-hammerhead

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-plugin-hammerhead - npm Package Compare versions

Comparing version 0.1.7 to 0.1.8

24

lib/index.js

@@ -110,2 +110,26 @@ 'use strict';

'message': 'Please use getters and setters for input and button elements from native methods instead.'
},
{
'property': 'firstChild',
'message': 'Please use the "nodeFirstChildGetter" from native methods instead.'
},
{
'property': 'firstElementChild',
'message': 'Please use the "elementFirstElementChildGetter" from native methods instead.'
},
{
'property': 'lastChild',
'message': 'Please use the "nodeLastChildGetter" from native methods instead.'
},
{
'property': 'lastElementChild',
'message': 'Please use the "elementLastElementChildGetter" from native methods instead.'
},
{
'property': 'nextSibling',
'message': 'Please use the "nodeNextSiblingGetter" from native methods instead.'
},
{
'property': 'nextElementSibling',
'message': 'Please use the "elementNextElementSiblingGetter" from native methods instead.'
}

@@ -112,0 +136,0 @@ ]

2

package.json
{
"name": "eslint-plugin-hammerhead",
"version": "0.1.7",
"version": "0.1.8",
"description": "Specific rules for the hammerhead.",

@@ -5,0 +5,0 @@ "repository": {

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