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.2.2 to 0.3.0

4

index.js

@@ -22,2 +22,6 @@ 'use strict';

if (!global.Request) {
global.Request = fetch.Request;
}
if (!global.Response) {

@@ -24,0 +28,0 @@ global.Response = fetch.Response;

10

package.json
{
"name": "ky-universal",
"version": "0.2.2",
"version": "0.3.0",
"description": "Use Ky in both Node.js and browsers",

@@ -56,11 +56,11 @@ "license": "MIT",

"abort-controller": "^3.0.0",
"node-fetch": "^2.3.0"
"node-fetch": "^2.6.0"
},
"devDependencies": {
"ava": "^2.1.0",
"ky": "^0.11.1",
"ava": "^2.2.0",
"ky": "^0.12.0",
"xo": "^0.24.0"
},
"peerDependencies": {
"ky": ">=0.10.0"
"ky": ">=0.12.0"
},

@@ -67,0 +67,0 @@ "browser": "browser.js",

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