Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@whatwg-node/node-fetch

Package Overview
Dependencies
Maintainers
1
Versions
509
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@whatwg-node/node-fetch - npm Package Compare versions

Comparing version 0.3.3 to 0.3.4-alpha-20230321094144-f2a1803

5

package.json
{
"name": "@whatwg-node/node-fetch",
"version": "0.3.3",
"version": "0.3.4-alpha-20230321094144-f2a1803",
"description": "Fetch API implementation for Node",
"sideEffects": false,
"peerDependencies": {
"@types/node": "^18.0.6"
},
"dependencies": {

@@ -10,0 +7,0 @@ "@whatwg-node/events": "^0.0.2",

14

typings/Blob.d.ts
/// <reference types="node" />
import { BlobOptions } from 'buffer';
interface BlobOptions {
/**
* @default 'utf8'
*/
encoding?: BufferEncoding | undefined;
/**
* The Blob content-type. The intent is for `type` to convey
* the MIME media type of the data, however no validation of the type format
* is performed.
*/
type?: string | undefined;
}
export declare class PonyfillBlob implements Blob {

@@ -19,1 +30,2 @@ private blobParts;

}
export {};

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