eslint-plugin-ivs
Advanced tools
Comparing version 1.0.5 to 1.0.6
"use strict"; | ||
let spacing_overrides = { | ||
"let" : {"after" : true}, | ||
"var" : {"after" : true}, | ||
"const" : {"after" : true}, | ||
"else" : {"after" : true}, | ||
@@ -28,3 +31,3 @@ "do" : {"after" : true}, | ||
"comma-style" : ["error", "last"], | ||
"curly" : ["error", "multi-or-nest"], | ||
"curly" : ["error", "multi-or-nest", "consistent"], | ||
"eol-last" : ["error"], | ||
@@ -31,0 +34,0 @@ "indent" : ["error", 2, {"SwitchCase" : 1, "MemberExpression" : 1}], |
{ | ||
"name": "eslint-plugin-ivs", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"description": "IVS Eslint plugin", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
AI-detected possible typosquat
Supply chain riskAI has identified this package as a potential typosquat of a more popular package. This suggests that the package may be intentionally mimicking another package's name, description, or other metadata.
Found 1 instance in 1 package
3525
69