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

@aspida/node-fetch

Package Overview
Dependencies
Maintainers
2
Versions
57
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aspida/node-fetch - npm Package Compare versions

Comparing version 0.8.1 to 0.8.2

3

dist/index.js

@@ -62,3 +62,4 @@ "use strict";

var send = function (fn) { return function () { return __awaiter(_this, void 0, void 0, function () {
var request, res, _a;
var request, res;
var _a;
var _b, _c, _d;

@@ -65,0 +66,0 @@ return __generator(this, function (_e) {

{
"name": "@aspida/node-fetch",
"version": "0.8.1",
"version": "0.8.2",
"description": "node-fetch client for aspida",

@@ -28,4 +28,4 @@ "author": "Solufa <solufa2020@gmail.com>",

"dependencies": {
"aspida": "^0.21.0"
"aspida": "^0.21.1"
}
}

@@ -24,5 +24,2 @@ # @aspida/node-fetch

</a>
<a href="https://dependabot.com">
<img src="https://api.dependabot.com/badges/status?host=github&repo=aspida/aspida" alt="Dependabot Status" />
</a>
<a href="https://github.com/aspida/aspida/blob/master/packages/aspida-node-fetch/LICENSE">

@@ -61,4 +58,4 @@ <img src="https://img.shields.io/npm/l/@aspida/fetch" alt="License" />

import fetch from "node-fetch"
import aspida from "@aspida/fetch"
import api from "../apis/$api"
import aspida from "@aspida/node-fetch"
import api from "../api/$api"

@@ -65,0 +62,0 @@ const fetchConfig = { baseURL: "https://example.com/api" }

Sorry, the diff of this file is not supported yet

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