Socket
Socket
Sign inDemoInstall

aws-iot-device-sdk-v2

Package Overview
Dependencies
Maintainers
4
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.12.0 to 1.12.1

documents/GreengrassIPC.md

1

dist/echotestrpc/client.js

@@ -40,2 +40,3 @@ "use strict";

exports.Client = exports.model = void 0;
/* This file is generated */
/**

@@ -42,0 +43,0 @@ * @packageDocumentation

@@ -32,2 +32,3 @@ "use strict";

exports.serializeEchoStreamingMessageToEventstreamMessage = exports.serializeEchoStreamingRequestToEventstreamMessage = exports.serializeCauseServiceErrorRequestToEventstreamMessage = exports.serializeGetAllCustomersRequestToEventstreamMessage = exports.serializeEchoMessageRequestToEventstreamMessage = exports.serializeGetAllProductsRequestToEventstreamMessage = exports.deserializeEventstreamMessageToEchoStreamingMessage = exports.deserializeEventstreamMessageToGetAllProductsResponse = exports.deserializeEventstreamMessageToEchoMessageResponse = exports.deserializeEventstreamMessageToCauseServiceErrorResponse = exports.deserializeEventstreamMessageToEchoStreamingResponse = exports.deserializeEventstreamMessageToServiceError = void 0;
/* This file is generated */
const eventstream_rpc_utils = __importStar(require("../eventstream_rpc_utils"));

@@ -34,0 +35,0 @@ const aws_crt_1 = require("aws-crt");

@@ -132,2 +132,3 @@ /// <reference types="node" />

readonly serviceError?: any;
/** @internal */
constructor(model: RpcErrorModel);

@@ -134,0 +135,0 @@ }

@@ -76,2 +76,3 @@ "use strict";

class RpcError extends Error {
/** @internal */
constructor(model) {

@@ -78,0 +79,0 @@ super(model.description);

@@ -6,3 +6,5 @@ /*

/* This file is generated */
/**

@@ -9,0 +11,0 @@ * @packageDocumentation

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

/* This file is generated */
import * as eventstream_rpc_utils from "../eventstream_rpc_utils";

@@ -8,0 +10,0 @@ import * as model from "./model";

@@ -6,3 +6,5 @@ /*

/* This file is generated */
/**

@@ -9,0 +11,0 @@ * @packageDocumentation

@@ -171,2 +171,3 @@ /*

/** @internal */
constructor(model: RpcErrorModel) {

@@ -173,0 +174,0 @@ super(model.description);

2

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

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

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

The SDK now supports Greengrass IPC. See the [Greengrass IPC User Guide](https://github.com/aws/aws-iot-device-sdk-js-v2/blob/main/documents/GreengrassIPC.md)
or the [API Documentation](https://aws.github.io/aws-iot-device-sdk-js-v2/node/modules/greengrasscoreipc.html) for more information.
The SDK now supports MQTT5. See the [MQTT5 User Guide](https://github.com/awslabs/aws-crt-nodejs/blob/main/MQTT5-UserGuide.md)

@@ -128,2 +131,2 @@ or the API Documentation for [NodeJS](https://awslabs.github.io/aws-crt-nodejs/node/modules/mqtt5.html) or

Latest released version: v1.12.0
Latest released version: v1.12.1

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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