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

@based/fetch

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@based/fetch - npm Package Compare versions

Comparing version 2.0.1 to 2.0.2

3

index.d.ts

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

import nodeFetch from 'node-fetch'
import type fetch from 'node-fetch'
const fetch: typeof nodeFetch
export default fetch
{
"name": "@based/fetch",
"version": "2.0.1",
"version": "2.0.2",
"description": "CF worker compatible cross-fetch",

@@ -12,2 +12,9 @@ "author": "Tony Kovanen",

"browser": "browser.js",
"files": [
"index.d.ts",
"index.js",
"browser.js",
"README.md",
"package.json"
],
"scripts": {

@@ -20,4 +27,4 @@ "clean": "rimraf {.turbo,dist,node_modules}"

"devDependencies": {
"rimraf": "^3.0.2"
"@saulx/prettier-config": "^1.0.0"
}
}

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

fetch
===========
# fetch
`cross-fetch` that also works in CF workers.
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