🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

@forgaia/fetch

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@forgaia/fetch - npm Package Compare versions

Comparing version
1.0.3
to
1.0.4
+1
-1
dist/index.d.ts
export { default } from './FetchAPI';
export { default as HttpError } from './FetchAPI';
export { default as HttpError } from './HttpError';
export * from './FetchAPI';

@@ -8,4 +8,4 @@ "use strict";

exports.default = FetchAPI_1.default;
var FetchAPI_2 = require("./FetchAPI");
exports.HttpError = FetchAPI_2.default;
var HttpError_1 = require("./HttpError");
exports.HttpError = HttpError_1.default;
__export(require("./FetchAPI"));
{
"name": "@forgaia/fetch",
"version": "1.0.3",
"version": "1.0.4",
"description": "",

@@ -5,0 +5,0 @@ "main": "dist/index.js",