Socket
Socket
Sign inDemoInstall

azury

Package Overview
Dependencies
12
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    azury

Powerful Javascript SDK for Azury


Version published
Weekly downloads
0
decreased by-100%
Maintainers
1
Install size
8.92 MB
Created
Weekly downloads
 

Readme

Source

Azury's SDK

A powerful Node.js package that allows you to easily interact with Azury's API.

  • asynchronous
  • performant
  • modular

Want to use Azury directly from your console? Check out our CLI!

Overview

Installation

Install the SDK using your favorite package manager.

npm i azury
yarn add azury

Create a new instance.

import azury from 'azury'

azury({
  secret: 'super duper secret token', // keep your api secret hidden from everyone, e.g. in a .env file
  new: true, // notify on launch if there's a new version of the sdk
  logging: true // logging is only recommended in development
})

API

Users

Files

Keywords

FAQs

Last updated on 03 Oct 2021

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