Socket
Socket
Sign inDemoInstall

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.1 to 0.28.2

2

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 { HTTPError } from './errors/HTTPError.js';
export { TimeoutError } from './errors/TimeoutError.js';

3

package.json
{
"name": "ky",
"version": "0.28.1",
"version": "0.28.2",
"description": "Tiny and elegant HTTP client based on the browser Fetch API",

@@ -14,2 +14,3 @@ "license": "MIT",

"type": "module",
"main": "./distribution/index.js",
"exports": "./distribution/index.js",

@@ -16,0 +17,0 @@ "types": "./distribution/index.d.ts",

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