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.24.0 to 0.25.0

3

index.d.ts

@@ -1,3 +0,1 @@

/// <reference lib="dom"/>
type Primitive = null | undefined | string | number | boolean | symbol | bigint;

@@ -428,2 +426,3 @@

constructor(request: Request);
request: Request;
}

@@ -430,0 +429,0 @@

{
"name": "ky",
"version": "0.24.0",
"version": "0.25.0",
"description": "Tiny and elegant HTTP client based on the browser Fetch API",

@@ -80,3 +80,11 @@ "license": "MIT",

]
},
"tsd": {
"compilerOptions": {
"lib": [
"es2018",
"dom"
]
}
}
}

@@ -568,3 +568,3 @@ <div align="center">

Either use a test runner that can run in the browser, like Mocha, or use [AVA](http://ava.li) with `ky-universal`. [Read more.](https://github.com/sindresorhus/ky-universal#faq)
Either use a test runner that can run in the browser, like Mocha, or use [AVA](https://avajs.dev) with `ky-universal`. [Read more.](https://github.com/sindresorhus/ky-universal#faq)

@@ -632,2 +632,3 @@ #### How do I use this without a bundler like Webpack?

- [got](https://github.com/sindresorhus/got) - Simplified HTTP requests for Node.js
- [ky-hooks-change-case](https://github.com/alice-health/ky-hooks-change-case) - Ky hooks to modify cases on requests and responses of objects

@@ -634,0 +635,0 @@ ## Maintainers

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