🎩 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
1.1.1
to
1.1.3
+3
-0
history.md

@@ -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 = {

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 = {

import { isExist, storage, appendProp } from 'complex-utils'
import { RequestConfig } from './BaseRequest'
import type { RequestConfig } from './BaseRequest'

@@ -4,0 +4,0 @@ type getValueType = () => unknown