@spark-ui/badge
Advanced tools
Comparing version 0.1.0 to 0.1.1
@@ -6,2 +6,8 @@ # Change Log | ||
## [0.1.1](https://github.com/adevinta/spark/compare/@spark-ui/badge@0.1.0...@spark-ui/badge@0.1.1) (2023-05-09) | ||
### Bug Fixes | ||
- **badge:** fix deps ([824d1ce](https://github.com/adevinta/spark/commit/824d1ce33ce7519c7c1dd5b49f5c55e18d58b896)) | ||
# 0.1.0 (2023-05-09) | ||
@@ -8,0 +14,0 @@ |
{ | ||
"name": "@spark-ui/badge", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "Badge component is a visual indicator for numeric values such as tallies and scores.", | ||
@@ -14,2 +14,11 @@ "publishConfig": { | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git@github.com:adevinta/spark.git", | ||
"directory": "packages/components/badge" | ||
}, | ||
"dependencies": { | ||
"@spark-ui/internal-utils": "1", | ||
"class-variance-authority": "0.5.2" | ||
}, | ||
"peerDependencies": { | ||
@@ -20,11 +29,6 @@ "react": "^16.8 || ^17.0 || ^18.0", | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git@github.com:adevinta/spark.git", | ||
"directory": "packages/components/badge" | ||
}, | ||
"devDependencies": { | ||
"@spark-ui/icon": "1", | ||
"@spark-ui/icons": "1", | ||
"@spark-ui/radio": "1" | ||
"@spark-ui/icon": "^1.6.2", | ||
"@spark-ui/icons": "^1.10.3", | ||
"@spark-ui/radio": "^1.10.2" | ||
}, | ||
@@ -35,4 +39,3 @@ "bugs": { | ||
"homepage": "https://sparkui.vercel.app", | ||
"license": "MIT", | ||
"gitHead": "a6d74d7b4702f93fcc9fe9bc382337ec07067699" | ||
"license": "MIT" | ||
} |
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
Trivial Package
Supply chain riskPackages less than 10 lines of code are easily copied into your own project and may not warrant the additional supply chain risk of an external dependency.
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
1
3205
5
4
8
1
+ Added@spark-ui/internal-utils@1
+ Added@spark-ui/internal-utils@1.6.1(transitive)
+ Addedclass-variance-authority@0.5.2(transitive)