Comparing version 1.1.1 to 1.1.2
{ | ||
"name": "awspolicy", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"description": "awspolicy is a command-line tool for generating custom AWS IAM policies with ease. Specify services, resources, and permissions through simple commands to create tailored security policies for your AWS projects.", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -40,3 +40,3 @@ const ecrActions = require("../lib/ecrActions"); | ||
.split(",") | ||
.map((permission) => `ecr:${permission.trim()}`); | ||
.map((permission) => `${permission.trim()}`); | ||
} else { | ||
@@ -43,0 +43,0 @@ this.repositories = []; |
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
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
21060