@whatwg-node/node-fetch
Advanced tools
Comparing version 0.2.0-alpha-20230210093840-06aaaf0 to 0.2.0-alpha-20230210095043-408a558
@@ -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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package