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

complex-plugin

Package Overview
Dependencies
Maintainers
1
Versions
65
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

complex-plugin - npm Package Compare versions

Comparing version
4.10.1
to
4.10.2
+3
-0
history.md

@@ -0,1 +1,4 @@

### 4.10.2
- refactor(build): 将TypeScript类型导入语法升级为type关键字形式。
### 4.10.1

@@ -2,0 +5,0 @@ - refactor(build): 移除项目的所有构建配置,回归到纯源码模式。

+2
-2
import date from "./src/date"
import notice, { noticeOption } from "./src/notice"
import PluginLayout, { PluginLayoutData } from "./src/layout"
import notice, { type noticeOption } from "./src/notice"
import PluginLayout, { type PluginLayoutData } from "./src/layout"

@@ -5,0 +5,0 @@ export type optionsType = {

{
"name": "complex-plugin",
"version": "4.10.1",
"version": "4.10.2",
"description": "a complex plugin",

@@ -12,3 +12,3 @@ "type": "module",

"dependencies": {
"complex-utils": "2.10.2 - 2.10.99"
"complex-utils": "2.10.5 - 2.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": [