New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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

to
0.1.7

12

lib/index.js

@@ -98,2 +98,14 @@ 'use strict';

'message': 'Please use the "winSessionStorageGetter" from native methods instead.'
},
{
'property': 'action',
'message': 'Please use getter and setter for form element from native methods instead.'
},
{
'property': 'autocomplete',
'message': 'Please use getter and setter for input element from native methods instead.'
},
{
'property': 'formAction',
'message': 'Please use getters and setters for input and button elements from native methods instead.'
}

@@ -100,0 +112,0 @@ ]

2

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

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