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

memfirefetch

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

memfirefetch

给MemFire Cloud提供微信小程序请求方法、读取文件、解析路由的解决方案

latest
npmnpm
Version
1.0.3
Version published
Maintainers
1
Created
Source

memfirefetch

给MemFire Cloud提供微信小程序请求方法、读取文件、解析路由的解决方案

Usage

npm install memfirefetch



import * as myFetch from "memfireFetch";


//使用myfetch
myFetch.myfetch(...args);

//使用解析路由方法
const urlparse = new myFetch.URL(url)
const urlSearchParams = new myFetch.URLSearchParams(url)

//使用读取文件方法
const formData = new myFetch.FormData()


FAQs

Package last updated on 21 Feb 2023

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