🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

exframe-request

Package Overview
Dependencies
Maintainers
0
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

exframe-request

Wrapper around axios that handles common patterns

1.9.1
latest
Source
npm
Version published
Weekly downloads
825
-5.17%
Maintainers
0
Weekly downloads
 
Created
Source

exframe request

Wrapper around axios that handles common patterns

Installing

$ npm install exframe-request

Example

const { axios } = require('exframe-request');

// normal axios methods and everything
axios({
  method: 'get',
  url: 'http://example.com/data'
})
  .then(response => { ... })

FAQs

Package last updated on 24 Feb 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