New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

azury

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

azury

Powerful Javascript SDK for Azury

  • 0.0.0
  • dev
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
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

Package last updated on 03 Oct 2021

Did you know?

Socket

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc