Comparing version 0.0.8 to 0.0.9
{ | ||
"name": "3t-ui", | ||
"version": "0.0.8", | ||
"version": "0.0.9", | ||
"author": "Fivexu 316643470@qq.com", | ||
"description": "TUI Vue3移动端UI库", | ||
"files": [ | ||
"dist" | ||
"lib", | ||
"package.json" | ||
], | ||
@@ -16,12 +17,19 @@ "keyword": [ | ||
"type": "module", | ||
"main": "./dist/TUI.umd.cjs", | ||
"module": "./dist/TUI.js", | ||
"typings": "./dist/index.d.ts", | ||
"types": "./dist/index.d.ts", | ||
"types": "./lib/index.d.ts", | ||
"main": "./lib/index.umd.cjs", | ||
"module": "./lib/index.js", | ||
"typings": "./lib/index.d.ts", | ||
"exports": { | ||
"./dist/style.css": "./dist/style.css", | ||
"./css": "./dist/style.css", | ||
".": { | ||
"import": "./dist/TUI.js", | ||
"require": "./dist/TUI.umd.cjs" | ||
"import": { | ||
"default": "./lib/index.js", | ||
"types": "./lib/index.d.ts" | ||
}, | ||
"require": { | ||
"default": "./lib/index.js", | ||
"types": "./lib/index.d.ts" | ||
} | ||
}, | ||
"./style": { | ||
"import": "./lib/style.css" | ||
} | ||
@@ -28,0 +36,0 @@ }, |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
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
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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
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
1059395
14172
3