Socket
Socket
Sign inDemoInstall

@livelybone/easy-request

Package Overview
Dependencies
18
Maintainers
1
Versions
31
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.7.2 to 1.7.3

8

index.d.ts

@@ -231,2 +231,4 @@ import { objectToFormData } from 'object-to-formdata'

open<T = any>(): Promise<RequestResponse<T>>
getConfig(): any
}

@@ -433,3 +435,7 @@

Pick<UploadEngineConfig, 'url' | 'file' | 'fileKey'>,
): Promise<T>
): Promise<
RequestResponse<any> & {
$request: any
}
>

@@ -436,0 +442,0 @@ get<T extends any = any>(

2

lib/es/index.js
/**
* Bundle of @livelybone/easy-request
* Generated: 2020-06-15
* Version: 1.7.2
* Version: 1.7.3
* License: MIT

@@ -6,0 +6,0 @@ * Author: 2631541504@qq.com

/**
* Bundle of @livelybone/easy-request
* Generated: 2020-06-15
* Version: 1.7.2
* Version: 1.7.3
* License: MIT

@@ -6,0 +6,0 @@ * Author: 2631541504@qq.com

{
"name": "@livelybone/easy-request",
"version": "1.7.2",
"version": "1.7.3",
"description": "A easy-to-use http request library to support all javascript runtime environments. 一个以支持所有JavaScript运行环境为目的、简单易用的http请求库。",

@@ -5,0 +5,0 @@ "main": "./lib/umd/index.js",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc