You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP →

eslint-plugin-hammerhead

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.6

@@ -87,5 +87,13 @@ 'use strict';

},
// {
// 'property': 'innerHTML',
// 'message': 'Please use getter and setter from native methods instead.'
// },
{
'property': 'innerHTML',
'message': 'Please use getter and setter from native methods instead.'
'property': 'localStorage',
'message': 'Please use the "winLocalStorageGetter" from native methods instead.'
},
{
'property': 'sessionStorage',
'message': 'Please use the "winSessionStorageGetter" from native methods instead.'
}

@@ -92,0 +100,0 @@ ]

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

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