New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

kyx

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

kyx

Ky with ES5 and UMD, tiny and elegant HTTP client.

latest
Source
npmnpm
Version
0.5.1-1
Version published
Maintainers
1
Created
Source

KyX

Ky that supports ESM5 and UMD.

Ky is a tiny and elegant HTTP client based on the browser Fetch API

Read more: https://github.com/sindresorhus/ky

Install

npm install

Usage

TS/ES2015


import ky from 'kyx';

const result = await ky.get('/').json();

Browser

Add dist/kyx.min.js to your project.


var ky = kyx['default'];

// ...

License

MIT

Keywords

ky

FAQs

Package last updated on 15 Dec 2018

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