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

backend-integration-fetch

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

backend-integration-fetch - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

2

httpFetchHelper.js

@@ -55,3 +55,3 @@ export async function fetchHelper(

export async function UploadFile(method, body, headers, SERVER_URL = staticServerUrl) {
export async function UploadFile(method, body, headers, SERVER_URL) {
try {

@@ -58,0 +58,0 @@ var url = SERVER_URL;

{
"name": "backend-integration-fetch",
"version": "1.0.0",
"version": "1.0.1",
"description": "The Backend-Api-Integration package simplifies interaction with the backend API by providing a set of CRUD methods for common endpoints. It abstracts away the complexity of making HTTP requests and handling responses, allowing developers to focus on application logic rather than low-level API communication details",

@@ -29,2 +29,2 @@ "main": "index.js",

]
}
}
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