Socket
Socket
Sign inDemoInstall

@aws-cdk/aws-iot

Package Overview
Dependencies
Maintainers
4
Versions
288
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aws-cdk/aws-iot - npm Package Compare versions

Comparing version 0.8.0 to 0.8.1

33

package.json
{
"name": "@aws-cdk/aws-iot",
"version": "0.8.0+bb95676",
"version": "0.8.1",
"description": "The CDK Construct Library for AWS::IoT",

@@ -11,11 +11,9 @@ "main": "lib/index.js",

"java": {
"package": "com.amazonaws.cdk.aws.iot",
"package": "software.amazon.awscdk.services.iot",
"maven": {
"groupId": "com.amazonaws.cdk",
"artifactId": "aws-iot"
"groupId": "software.amazon.awscdk",
"artifactId": "iot"
}
},
"dotnet": {
"namespace": "Amazon.CDK.AWS.IoT"
}
"sphinx": {}
}

@@ -25,3 +23,3 @@ },

"type": "git",
"url": "git://github.com/awslabs/aws-cdk"
"url": "https://github.com/awslabs/aws-cdk.git"
},

@@ -34,3 +32,4 @@ "scripts": {

"integ": "cdk-integ",
"pkglint": "pkglint -f"
"pkglint": "pkglint -f",
"package": "cdk-package"
},

@@ -48,14 +47,16 @@ "cdk-build": {

"name": "Amazon Web Services",
"url": "https://aws.amazon.com"
"url": "https://aws.amazon.com",
"organization": true
},
"license": "Apache-2.0",
"devDependencies": {
"@aws-cdk/assert": "^0.8.0+bb95676",
"cdk-build-tools": "^0.8.0+bb95676",
"cfn2ts": "^0.8.0+bb95676",
"pkglint": "^0.8.0+bb95676"
"@aws-cdk/assert": "^0.8.1",
"cdk-build-tools": "^0.8.1",
"cfn2ts": "^0.8.1",
"pkglint": "^0.8.1"
},
"dependencies": {
"@aws-cdk/cdk": "^0.8.0+bb95676"
}
"@aws-cdk/cdk": "^0.8.1"
},
"homepage": "https://github.com/awslabs/aws-cdk"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

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