eslint-plugin-richlab
Advanced tools
Comparing version 1.0.5 to 1.1.0
@@ -30,2 +30,3 @@ 'use strict'; | ||
if (!init || init.type !== 'Identifier' || init.name !== 'window' || id.type !== 'ObjectPattern') return; | ||
@@ -32,0 +33,0 @@ |
@@ -27,2 +27,3 @@ 'use strict'; | ||
if (!callee.property || callee.property.name !== 'css' || args.length !== 1 || args[0].type !== 'ObjectExpression' || !args[0].properties[0]) return; | ||
@@ -29,0 +30,0 @@ |
{ | ||
"name": "eslint-plugin-richlab", | ||
"description": "An ESLint plugin created by RichLab", | ||
"version": "1.0.5", | ||
"version": "1.1.0", | ||
"author": "Hiroyuki ANAI<pirosikick@gmail.com>", | ||
@@ -23,5 +23,5 @@ "bugs": { | ||
"babel-cli": "^6.0.12", | ||
"babel-eslint": "^4.1.3", | ||
"babel-eslint": "^6.1.2", | ||
"babel-preset-es2015": "~6.0.12", | ||
"eslint": "^1.2.1", | ||
"eslint": "^3.0.1", | ||
"espower-babel": "^3.3.0", | ||
@@ -28,0 +28,0 @@ "fixpack": "^2.2.0", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
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
7175