Socket
Socket
Sign inDemoInstall

mande

Package Overview
Dependencies
Maintainers
1
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mande

Some awesome description


Version published
Weekly downloads
5.1K
increased by24.72%
Maintainers
1
Weekly downloads
 
Created
Source

mande Build Status npm package coverage thanks

Simple, light and easy to use wrapper around fetch

Installation

npm install mande
yarn add mande

Usage

import { mande } from 'mande'

// make sure to add the leading slash
const users = mande('/api/users/', globalOptions)

// no leading slash before the url
users.get('2').then(user => {
  // do something with user
})

API

Most of the code can be discovered through the autocompletion but the API documentation is available at https://posva.net/mande/.

License

MIT

FAQs

Package last updated on 17 May 2020

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

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