complex-plugin
Advanced tools
+3
-0
@@ -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 = { |
+4
-3
| { | ||
| "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": [ |
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
30187
0.59%1
Infinity%