solid-wonder-ui
Advanced tools
Comparing version 0.0.1 to 0.0.2
{ | ||
"name": "solid-wonder-ui", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "", | ||
"type": "module", | ||
"main": "dist/esm/index.js", | ||
"module": "dist/esm/index.js", | ||
"keywords": [ | ||
@@ -22,3 +25,5 @@ "solid", | ||
"build": "vite build", | ||
"serve": "vite preview" | ||
"serve": "vite preview", | ||
"build:lib": "rollup -c rollup.config.js", | ||
"test": "vitest --ui" | ||
}, | ||
@@ -29,3 +34,5 @@ "license": "MIT", | ||
"vite": "^4.1.1", | ||
"vite-plugin-solid": "^2.5.0" | ||
"vite-plugin-solid": "^2.5.0", | ||
"rollup": "^3.20.6", | ||
"rollup-preset-solid": "^2.0.1" | ||
}, | ||
@@ -36,3 +43,20 @@ "dependencies": { | ||
"solid-styled-components": "^0.28.5" | ||
}, | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"private": false, | ||
"files": [ | ||
"dist" | ||
], | ||
"sideEffects": false, | ||
"exports": { | ||
".": { | ||
"solid": "./dist/source/index.js", | ||
"import": "./dist/esm/index.js", | ||
"browser": "./dist/esm/index.js", | ||
"node": "./dist/esm/index.js", | ||
"require": "./dist/cjs/index.js" | ||
} | ||
} | ||
} |
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
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
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 1 instance in 1 package
25090
283
Yes
5