uve-request
Advanced tools
| export declare const readFileSync: () => null; | ||
| export declare const existsSync: () => boolean; | ||
| export declare const resolve: (...args: string[]) => string; | ||
| export declare const join: (...args: string[]) => string; | ||
| export declare const dirname: () => string; | ||
| declare const _default: { | ||
| readFileSync: () => null; | ||
| existsSync: () => boolean; | ||
| resolve: (...args: string[]) => string; | ||
| join: (...args: string[]) => string; | ||
| dirname: () => string; | ||
| }; | ||
| export default _default; |
+5
-8
| { | ||
| "name": "uve-request", | ||
| "version": "1.1.25", | ||
| "version": "1.1.26", | ||
| "description": "基于 axios 封装的请求库", | ||
@@ -25,8 +25,4 @@ "main": "dist/index.umd.js", | ||
| "vite": "^4.0.0", | ||
| "vite-plugin-dts": "^2.0.0", | ||
| "vue": "^3.2.31" | ||
| "vite-plugin-dts": "^2.0.0" | ||
| }, | ||
| "peerDependencies": { | ||
| "vue": "^3.0.0" | ||
| }, | ||
| "dependencies": { | ||
@@ -38,5 +34,6 @@ "@babel/core": "^7.20.2", | ||
| "rax": "^1.2.2", | ||
| "uve-utils": "^1.1.25", | ||
| "uve-utils": "^1.1.26", | ||
| "vue": "^3.2.31", | ||
| "wp-zheliban-request": "0.0.2" | ||
| } | ||
| } | ||
| } |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Uses eval
Supply chain riskPackage uses dynamic code execution (e.g., eval()), which is a dangerous practice. This can prevent the code from running in certain environments and increases the risk that the code may contain exploits or malicious behavior.
Found 1 instance in 1 package
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
1152938
3055.71%6
-14.29%10
11.11%22488
3302.12%3
50%4
100%9
Infinity%+ Added
Updated