Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

awspolicy

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

awspolicy - npm Package Compare versions

Comparing version 1.1.1 to 1.1.2

2

package.json
{
"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 = [];

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc