Socket
Socket
Sign inDemoInstall

ky-universal

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ky-universal - npm Package Compare versions

Comparing version 0.10.0 to 0.10.1

4

browser.d.ts

@@ -1,4 +0,2 @@

import ky from 'ky';
export default ky;
export {default} from 'ky';
export * from 'ky';

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

import ky from 'ky';
export default ky;
export {default} from 'ky';
export * from 'ky';

@@ -1,4 +0,2 @@

import ky from 'ky';
export default ky;
export {default} from 'ky';
export * from 'ky';

@@ -35,1 +35,2 @@ import fetch, {Headers, Request, Response} from 'node-fetch';

export default ky;
export * from 'ky';
{
"name": "ky-universal",
"version": "0.10.0",
"version": "0.10.1",
"description": "Use Ky in both Node.js and browsers",

@@ -63,9 +63,9 @@ "license": "MIT",

"abort-controller": "^3.0.0",
"node-fetch": "3.2.0"
"node-fetch": "^3.2.2"
},
"devDependencies": {
"ava": "^4.0.1",
"ky": "^0.28.7",
"ava": "^4.1.0",
"ky": "^0.30.0",
"tsd": "^0.19.1",
"xo": "^0.47.0"
"xo": "^0.48.0"
},

@@ -72,0 +72,0 @@ "peerDependencies": {

@@ -58,3 +58,3 @@ # ky-universal

The API is exactly the same as the [Ky API](https://github.com/sindresorhus/ky#api).
The API is exactly the same as the [Ky API](https://github.com/sindresorhus/ky#api), including the [named exports](https://github.com/sindresorhus/ky#httperror).

@@ -61,0 +61,0 @@ ## FAQ

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