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

complex-request-axios

Package Overview
Dependencies
Maintainers
1
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

complex-request-axios - npm Package Compare versions

Comparing version
0.6.2
to
1.0.1
+3
-0
history.md
### ToDo
### 1.0.1
- feat:修改模块加载逻辑为ES2020
### 0.6.2

@@ -4,0 +7,0 @@ - 依赖升级

+3
-2
{
"name": "complex-request-axios",
"version": "0.6.2",
"version": "1.0.1",
"description": "a complex request from axios",
"type": "module",
"main": "index.ts",

@@ -12,3 +13,3 @@ "repository": {

"axios": "^1.8.1",
"complex-request": "0.6.2 - 0.6.99"
"complex-request": "1.0.1 - 1.0.99"
},

@@ -15,0 +16,0 @@ "devDependencies": {

@@ -14,3 +14,3 @@ {

/* Language and Environment */
"target": "es2016", /* Set the JavaScript language version for emitted JavaScript and include compatible library declarations. */
"target": "ES2016", /* Set the JavaScript language version for emitted JavaScript and include compatible library declarations. */
"lib": [

@@ -33,5 +33,5 @@ "esnext",

/* Modules */
// "module": "", /* Specify what module code is generated. */
"module": "ES2020", /* Specify what module code is generated. */
// "rootDir": "./", /* Specify the root folder within your source files. */
"moduleResolution": "node", /* Specify how TypeScript looks up a file from a given module specifier. */
"moduleResolution": "bundler", /* Specify how TypeScript looks up a file from a given module specifier. */
// "baseUrl": "./", /* Specify the base directory to resolve non-relative module names. */

@@ -38,0 +38,0 @@ // "paths": {}, /* Specify a set of entries that re-map imports to additional lookup locations. */