🚀 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.1
to
1.0.2
+5
-2
package.json
{
"name": "@forgaia/fetch",
"version": "1.0.1",
"version": "1.0.2",
"description": "",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"private": false,
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org"
},
"scripts": {

@@ -9,0 +12,0 @@ "build": "tsc",

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

export * from './FetchAPI';
export { default as HttpError } from './FetchAPI';
export { default } from './FetchAPI';
export { default as HttpError } from './FetchAPI';
export * from './FetchAPI';