🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

prest-client

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

prest-client

Typescript/JavaScript client for Prest

latest
Source
npmnpm
Version
0.1.2
Version published
Maintainers
1
Created
Source

Prest Client

Continuous Integrations License Package tree-shaking Package minified & gzipped size Package dependency count

Installation

This library is published in the NPM registry and can be installed using any compatible package manager.

npm install prest-client --save

# For Yarn, use the command below.
yarn add prest-client

Installation from CDN

This module has an UMD bundle available through JSDelivr and Unpkg CDNs.

<!-- For UNPKG use the code below. -->
<script src="https://unpkg.com/prest-client"></script>

<!-- For JSDelivr use the code below. -->
<script src="https://cdn.jsdelivr.net/npm/prest-client"></script>

<script>
  // UMD module is exposed through the "prestClient" global variable.
  console.log(prestClient);
</script>

Documentation

Documentation generated from source files by Typedoc.

License

Released under MIT License.

FAQs

Package last updated on 20 Mar 2024

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