Socket
Socket
Sign inDemoInstall

aws-crt

Package Overview
Dependencies
67
Maintainers
1
Versions
120
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    aws-crt

NodeJS bindings to the aws-c-* libraries


Version published
Weekly downloads
305K
decreased by-18.69%
Maintainers
1
Install size
11.3 MB
Created
Weekly downloads
 

Readme

Source

AWS CRT Node.js

Node.js bindings for the AWS Common Runtime.

Note that this module currently only supports Linux and macOS.

License

This library is licensed under the Apache 2.0 License.

Building the project

Dependencies

Requirements:

  • Clang 3.9+ or GCC 4.4+
  • libssl-dev (on Linux/Unix POSIX platforms)
  • cmake 3.1+
  • Node.js 10.x or newer
Linux/Unix
$ apt-get install cmake3 libssl-dev -y
OSX
$ brew install cmake3

Running the build

# If you have the aws-c-* libraries installed already, set AWS_C_INSTALL to the install prefix
$ export AWS_C_INSTALL=/path/to/install/root/
# If you don't have them installed, run this instead to fetch them locally
$ git submodule update --init
# Build the package
$ npm install

FAQs

Last updated on 29 Mar 2019

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc