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 0.28.4 to 0.28.5

6

distribution/index.d.ts
/*! MIT License © Sindre Sorhus */
import type { ky as KyInterface } from './types/ky.js';
import type { Options } from './types/options.js';
declare const ky: KyInterface;
export default ky;
export { Options };
export { BeforeRequestHook, BeforeRetryHook, AfterResponseHook } from './types/hooks.js';
export { Options, NormalizedOptions, RetryOptions, SearchParamsOption, DownloadProgress } from './types/options.js';
export { Hooks, BeforeRequestHook, BeforeRetryHook, AfterResponseHook } from './types/hooks.js';
export { ResponsePromise } from './types/response.js';
export { HTTPError } from './errors/HTTPError.js';
export { TimeoutError } from './errors/TimeoutError.js';

@@ -215,1 +215,2 @@ import type { LiteralUnion, Required } from './common.js';

}
export { RetryOptions };
{
"name": "ky",
"version": "0.28.4",
"version": "0.28.5",
"description": "Tiny and elegant HTTP client based on the browser Fetch API",

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

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