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.2.0-alpha-20230210093840-06aaaf0 to 0.2.0-alpha-20230210095043-408a558

2

index.js

@@ -14,4 +14,4 @@ 'use strict';

const busboy = _interopDefault(require('busboy'));
const FastQuerystring = _interopDefault(require('fast-querystring'));
const FastUrl = _interopDefault(require('fast-url-parser'));
const FastQuerystring = _interopDefault(require('fast-querystring'));

@@ -18,0 +18,0 @@ // Will be removed after v14 reaches EOL

{
"name": "@whatwg-node/node-fetch",
"version": "0.2.0-alpha-20230210093840-06aaaf0",
"version": "0.2.0-alpha-20230210095043-408a558",
"description": "Fetch API implementation for Node",

@@ -5,0 +5,0 @@ "sideEffects": false,

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

import FastUrl from "fast-url-parser";
import { PonyfillURLSearchParams } from "./URLSearchParams";
import FastUrl from 'fast-url-parser';
import { PonyfillURLSearchParams } from './URLSearchParams';
export declare class PonyfillURL extends FastUrl implements URL {

@@ -4,0 +4,0 @@ constructor(url: string, base?: string | URL);

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