complex-request
Advanced tools
+3
-0
@@ -0,1 +1,4 @@ | ||
| ### 1.1.2 - 1.1.3 | ||
| - refactor: 将TypeScript类型导入语法升级为type关键字形式 | ||
| ### 1.1.1 | ||
@@ -2,0 +5,0 @@ - refactor(build): 移除项目的所有构建配置,回归到纯源码模式。 |
+4
-3
| { | ||
| "name": "complex-request", | ||
| "version": "1.1.1", | ||
| "version": "1.1.3", | ||
| "description": "a complex request", | ||
@@ -12,3 +12,3 @@ "type": "module", | ||
| "dependencies": { | ||
| "complex-plugin": "4.10.1 - 4.10.99" | ||
| "complex-plugin": "4.10.2 - 4.10.99" | ||
| }, | ||
@@ -23,3 +23,4 @@ "devDependencies": { | ||
| "test": "vitest", | ||
| "coverage": "vitest run --coverage" | ||
| "coverage": "vitest run --coverage", | ||
| "release": "npm publish --registry=https://registry.npmjs.org" | ||
| }, | ||
@@ -26,0 +27,0 @@ "keywords": [ |
| import { _Data, jsonToForm } from "complex-utils" | ||
| import { notice } from "complex-plugin" | ||
| import { messageType } from "complex-plugin/src/notice" | ||
| import Rule, { RuleInitOption, responseType } from "./Rule" | ||
| import type { messageType } from "complex-plugin/src/notice" | ||
| import Rule from "./Rule" | ||
| import type { RuleInitOption, responseType } from "./Rule" | ||
@@ -6,0 +7,0 @@ type statusType = { |
+3
-2
| import { _Data } from "complex-utils" | ||
| import Token, { TokenInitOption } from "./Token" | ||
| import { RequestConfig } from "./BaseRequest" | ||
| import Token from "./Token" | ||
| import type { TokenInitOption } from "./Token" | ||
| import type { RequestConfig } from "./BaseRequest" | ||
@@ -5,0 +6,0 @@ export type tokenType = { |
+1
-1
| import { isExist, storage, appendProp } from 'complex-utils' | ||
| import { RequestConfig } from './BaseRequest' | ||
| import type { RequestConfig } from './BaseRequest' | ||
@@ -4,0 +4,0 @@ type getValueType = () => unknown |
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
49911
0.7%811
0.25%1
Infinity%