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

aws-iot-device-sdk-v2

Package Overview
Dependencies
Maintainers
0
Versions
88
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

aws-iot-device-sdk-v2 - npm Package Compare versions

Comparing version 1.19.6 to 1.20.0

4

dist/greengrasscoreipc/model.d.ts

@@ -604,2 +604,6 @@ /**

versionStage?: string;
/**
* (Optional) Whether to fetch the latest secret from cloud when the request is handled. Defaults to false.
*/
refresh?: boolean;
}

@@ -606,0 +610,0 @@ export interface GetLocalDeploymentStatusResponse {

@@ -891,4 +891,9 @@ /*

*/
versionStage?: string
versionStage?: string,
/**
* (Optional) Whether to fetch the latest secret from cloud when the request is handled. Defaults to false.
*/
refresh?: boolean
}

@@ -895,0 +900,0 @@

2

package.json
{
"name": "aws-iot-device-sdk-v2",
"version": "1.19.6",
"version": "1.20.0",
"description": "NodeJS API for the AWS IoT service",

@@ -5,0 +5,0 @@ "homepage": "https://github.com/aws/aws-iot-device-sdk-js-v2",

@@ -79,2 +79,2 @@ # AWS IoT Device SDK for JavaScript v2

Latest released version: v1.19.6
Latest released version: v1.20.0

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

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