New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@firstfleet/ffhttp

Package Overview
Dependencies
Maintainers
6
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@firstfleet/ffhttp

HTTP Wrapper Library

latest
npmnpm
Version
1.2.9
Version published
Maintainers
6
Created
Source

FFHTTP

This is our libary that wraps HTTP Calls

Installation

npm install @firstfleet/ffhttp --save

Usage

let loadRequest = { method: 'post', url: 'http://myurl.com/poststuff', headers: { Authorization: Bearer ${myToken} }, data: {info: '12345'} } await ffHttp.callHttp(loadRequest);

await ffHttp.post('http://postURL.com', {myData: 1});

FAQs

Package last updated on 07 Aug 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts