🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

complex-request

Package Overview
Dependencies
Maintainers
1
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

complex-request - npm Package Compare versions

Comparing version
0.5.8
to
0.5.9
+1
-1
history.md
### ToDo
- 刷新Token实现
### 0.5.8
### 0.5.8/9
- complex-plugin版本升级

@@ -6,0 +6,0 @@

{
"name": "complex-request",
"version": "0.5.8",
"version": "0.5.9",
"description": "a complex request",

@@ -11,3 +11,3 @@ "main": "index.ts",

"dependencies": {
"complex-plugin": "4.6.3 - 4.6.99"
"complex-plugin": "4.6.7 - 4.6.99"
},

@@ -14,0 +14,0 @@ "devDependencies": {

@@ -33,3 +33,2 @@ import { _Data, jsonToForm } from "complex-utils"

const defaultFormatUrlWithBaseUrl = function(this: BaseRequest, url: string) {

@@ -42,2 +41,3 @@ if (url.indexOf('https://') !== 0 && url.indexOf('http://') !== 0) {

}
const defaultFormatUrl = function(url: string) {

@@ -44,0 +44,0 @@ return url