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.19.0 to 1.19.1

7

documents/FAQ.md

@@ -11,2 +11,3 @@ # Frequently Asked Questions

* [I would like to build a browser application and got error "Property does not exist on type 'typeof import("\<path\>/node_modules/aws-crt/dist/**native**/*")](#browser-error)
* [Vercel/pkg Support](#vercel/pkg-support)
* [I still have more questions about this sdk?](#i-still-have-more-questions-about-this-sdk)

@@ -114,4 +115,10 @@

```
### Vercel/pkg Support
#### Uncaught Error: A dynamic link library (DLL) initialization routine failed. \\?\<library path>
The vercel/pkg is a tool to package your Node.js project into an executable that can be run on devices without Node.js installed. You can find instructions at https://github.com/vercel/pkg.
If the DLL load failure issue happened on windows with Vercel/pkg, please try the latest version. The issue should be fixed in v1.19.1.
The library `aws-iot-device-sdk-v2` depends on the native modules `aws-crt`. When vercel/pkg package the node project, it would renamed node.exe into the generated single executable. In such case, the symbols needed by native modules `aws-crt` are exported by the renamed executable instead of node.exe. In order to load native modules on Windows, the library need to install a delay-load hook to redirect the reference to use the loading executable. A windows delay load is required here.
### I still have more questions about this sdk?

@@ -118,0 +125,0 @@

12

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

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

"@types/ws": "8.5.4",
"cmake-js": "^6.3.0",
"cmake-js": "^7.3.0",
"jest": "^27.2.1",

@@ -41,10 +41,10 @@ "jest-puppeteer": "^5.0.4",

"ts-jest": "^27.0.5",
"typedoc": "^0.22.18",
"typedoc-plugin-merge-modules": "^3.1.0",
"typescript": "^4.7.4"
"typedoc": "^0.24.8",
"typedoc-plugin-merge-modules": "^5.1.0",
"typescript": "^4.9.5"
},
"dependencies": {
"@aws-sdk/util-utf8-browser": "^3.109.0",
"aws-crt": "^1.20.1"
"aws-crt": "^1.21.1"
}
}

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

Latest released version: v1.19.0
Latest released version: v1.19.1
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