@cloud-copilot/iam-policy 0.1.14 → 0.1.15
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
# IAM Policy Syntax Validator and Parser
|
2
2
|
|
3
|
-
[](https://www.npmjs.com/package/@cloud-copilot/iam-policy) [](LICENSE.txt)
|
3
|
+
[](https://www.npmjs.com/package/@cloud-copilot/iam-policy) [](LICENSE.txt) [](https://github.com/cloud-copilot/iam-policy/actions/workflows/guarddog.yml) [](https://snyk.io/test/github/cloud-copilot/iam-policy?targetFile=package.json)
|
4
4
|
|
5
5
|
This is a simple IAM policy library that allows you to safely parse and navigate IAM policies without worrying about the more difficult details of parsing policies or validating syntax.
|
6
6
|
|