New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

electron-fetch

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

electron-fetch - npm Package Compare versions

Comparing version 1.7.0 to 1.7.1

3

CHANGELOG.md

@@ -7,2 +7,5 @@

## V1.7.1
- Fix type declaration of `signal` parameter
## V1.7.0

@@ -9,0 +12,0 @@ - Add AbortController support (thanks @Informatic)

2

index.d.ts

@@ -92,3 +92,3 @@ import { Readable, Stream } from 'stream'

body?: BodyInit
signal: AbortSignal
signal?: AbortSignal
// (/!\ only works when running on Node.js) set to `manual` to extract redirect headers, `error` to reject redirect

@@ -95,0 +95,0 @@ redirect?: RequestRedirect

{
"name": "electron-fetch",
"version": "1.7.0",
"version": "1.7.1",
"description": "A light-weight module that brings window.fetch to electron's background process",

@@ -5,0 +5,0 @@ "main": "lib/index.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