Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

ky

Package Overview
Dependencies
Maintainers
1
Versions
79
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ky - npm Package Compare versions

Comparing version 1.7.1 to 1.7.2

2

distribution/types/ky.d.ts

@@ -69,3 +69,3 @@ import { type stop } from '../core/constants.js';

*/
create: (defaultOptions: Options) => KyInstance;
create: (defaultOptions?: Options) => KyInstance;
/**

@@ -72,0 +72,0 @@ Create a new Ky instance with some defaults overridden with your own.

{
"name": "ky",
"version": "1.7.1",
"version": "1.7.2",
"description": "Tiny and elegant HTTP client based on the Fetch API",

@@ -5,0 +5,0 @@ "license": "MIT",

@@ -68,10 +68,5 @@ <div align="center">

###### Download
- [Normal](https://cdn.jsdelivr.net/npm/ky/index.js)
- [Minified](https://cdn.jsdelivr.net/npm/ky/index.min.js)
###### CDN
- [jsdelivr](https://www.jsdelivr.com/package/npm/ky)
- [jsdelivr](https://cdn.jsdelivr.net/npm/ky/+esm)
- [unpkg](https://unpkg.com/ky)

@@ -78,0 +73,0 @@ - [esm.sh](https://esm.sh/ky)

Sorry, the diff of this file is not supported yet

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