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.10.1 to 1.11.0

dist/echo_rpc/echo_rpc.d.ts

3

dist/index.d.ts

@@ -14,3 +14,4 @@ /**

import * as iotshadow from './iotshadow/iotshadowclient';
import * as eventstream_rpc from './eventstream_rpc';
import { auth, http, io, iot, mqtt, mqtt5, CrtError } from 'aws-crt';
export { auth, greengrass, http, io, iot, iotidentity, iotjobs, iotshadow, mqtt, mqtt5, CrtError };
export { auth, eventstream_rpc, greengrass, http, io, iot, iotidentity, iotjobs, iotshadow, mqtt, mqtt5, CrtError };

@@ -31,3 +31,3 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
exports.CrtError = exports.mqtt5 = exports.mqtt = exports.iotshadow = exports.iotjobs = exports.iotidentity = exports.iot = exports.io = exports.http = exports.greengrass = exports.auth = void 0;
exports.CrtError = exports.mqtt5 = exports.mqtt = exports.iotshadow = exports.iotjobs = exports.iotidentity = exports.iot = exports.io = exports.http = exports.greengrass = exports.eventstream_rpc = exports.auth = void 0;
/**

@@ -50,2 +50,4 @@ * Service clients and data models for interacting with AWS Iot services:

exports.iotshadow = iotshadow;
const eventstream_rpc = __importStar(require("./eventstream_rpc"));
exports.eventstream_rpc = eventstream_rpc;
const aws_crt_1 = require("aws-crt");

@@ -52,0 +54,0 @@ Object.defineProperty(exports, "auth", { enumerable: true, get: function () { return aws_crt_1.auth; } });

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

import * as iotshadow from './iotshadow/iotshadowclient';
import * as eventstream_rpc from './eventstream_rpc';

@@ -35,2 +36,3 @@ import {

auth,
eventstream_rpc,
greengrass,

@@ -37,0 +39,0 @@ http,

{
"name": "aws-iot-device-sdk-v2",
"version": "1.10.1",
"version": "1.11.0",
"description": "NodeJS API for the AWS IoT service",

@@ -24,7 +24,17 @@ "homepage": "https://github.com/aws/aws-iot-device-sdk-js-v2",

"prepare": "npm run tsc",
"build": "tsc"
"build": "tsc",
"test": "npm run test:native",
"test:node": "npm run test:native",
"test:native": "npx jest --runInBand --verbose --config test/native/jest.config.js --forceExit"
},
"devDependencies": {
"@types/jest": "^27.0.1",
"@types/node": "^10.17.54",
"@types/puppeteer": "^5.4.7",
"cmake-js": "^6.3.0",
"jest": "^27.2.1",
"jest-puppeteer": "^5.0.4",
"jest-runtime": "^27.2.1",
"puppeteer": "^3.3.0",
"ts-jest": "^27.0.5",
"typedoc": "^0.22.18",

@@ -36,4 +46,4 @@ "typedoc-plugin-merge-modules": "^3.1.0",

"@aws-sdk/util-utf8-browser": "^3.109.0",
"aws-crt": "^1.15.13"
"aws-crt": "^1.15.15"
}
}

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

Latest released version: v1.10.1
Latest released version: v1.11.0

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