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.1.0 to 1.1.1

19

dist/enebular_policy.json

@@ -24,3 +24,4 @@ {

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

@@ -30,20 +31,6 @@ },

"Effect": "Allow",
"Action": [
"iot:DeleteThingShadow",
"iot:DescribeJobExecution",
"iot:GetPendingJobExecutions",
"iot:GetThingShadow",
"iot:ListNamedShadowsForThing",
"iot:StartNextPendingJobExecution",
"iot:UpdateJobExecution",
"iot:UpdateThingShadow"
],
"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/*",
"arn:aws:iot:%region%:%accountId%:topicfilter/enebular/*/${iot:Connection.Thing.ThingName}/*"
"arn:aws:iot:%region%:%accountId%:topicfilter/enebular/things/${iot:Connection.Thing.ThingName}/msg/*"
]

@@ -50,0 +37,0 @@ }

2

package.json
{
"name": "@uhuru/awsiot-thing-creator",
"version": "1.1.0",
"version": "1.1.1",
"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