New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@uhuru/awsiot-thing-creator

Package Overview
Dependencies
Maintainers
4
Versions
54
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@uhuru/awsiot-thing-creator - npm Package Compare versions

Comparing version 1.0.1-beta.38 to 1.0.1-beta.39

30

dist/enebular_policy.json
{
"Version": "2021-09-14",
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Action": [
"iot:Connect"
],
"Resource": [
"*"
],
"Condition": {

@@ -18,3 +11,6 @@ "Bool": {

}
}
},
"Effect": "Allow",
"Action": "iot:Connect",
"Resource": "*"
},

@@ -27,5 +23,3 @@ {

],
"Resource": [
"arn:aws:iot:%region%:%accountId%:topic/$aws/things/${iot:Connection.Thing.ThingName}/shadow/*"
]
"Resource": "arn:aws:iot:%region%:%accountId%:topic/$aws/things/${iot:Connection.Thing.ThingName}/shadow/*"
},

@@ -44,16 +38,10 @@ {

],
"Resource": [
"arn:aws:iot:%region%:%accountId%:thing/$aws/things/${iot:Connection.Thing.ThingName}/shadow/*"
]
"Resource": "arn:aws:iot:%region%:%accountId%:thing/$aws/things/${iot:Connection.Thing.ThingName}/shadow/*"
},
{
"Effect": "Allow",
"Action": [
"iot:Subscribe"
],
"Resource": [
"arn:aws:iot:%region%:%accountId%:topicfilter/$aws/things/${iot:Connection.Thing.ThingName}/shadow/*"
]
"Action": "iot:Subscribe",
"Resource": "arn:aws:iot:%region%:%accountId%:topicfilter/$aws/things/${iot:Connection.Thing.ThingName}/shadow/*"
}
]
}
{
"name": "@uhuru/awsiot-thing-creator",
"version": "1.0.1-beta.38",
"version": "1.0.1-beta.39",
"description": "",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

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