@amplitude/eslint-plugin-amplitude
Advanced tools
Comparing version 1.1.0 to 1.1.1
{ | ||
"name": "@amplitude/eslint-plugin-amplitude", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"main": "src/index.js", | ||
@@ -5,0 +5,0 @@ "scripts": { |
@@ -42,2 +42,7 @@ "use strict"; | ||
// Ignore cross-package import | ||
if (pathRelativeToBaseDir.startsWith(".")) { | ||
return; | ||
} | ||
// Allow up to one level of relative imports | ||
@@ -44,0 +49,0 @@ if (!absolutePath.startsWith(fileDir) && source.split("/").length > 2) { |
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
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
9382
266