Socket
Socket
Sign inDemoInstall

@uidu/badge

Package Overview
Dependencies
137
Maintainers
1
Versions
87
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.5.29 to 0.6.0

11

CHANGELOG.md
# @uidu/badge
## 0.6.0
### Minor Changes
- 535c8b5ec: Bump dependencies, should not contain breaking changes
### Patch Changes
- Updated dependencies [535c8b5ec]
- @uidu/theme@0.7.0
## 0.5.29

@@ -4,0 +15,0 @@

2

dist/declarations/src/components/index.d.ts
import { ThemeProp } from '@uidu/theme';
import { FC } from 'react';
import { ThemeAppearance, ThemeProps, ThemeTokens } from '../theme';
import { ThemeAppearance, ThemeProps, ThemeTokens } from "../theme.js";
export interface BadgeProps {

@@ -5,0 +5,0 @@ /** Affects the visual style of the badge. */

@@ -1,6 +0,6 @@

export { default } from './components';
export type { BadgeProps } from './components';
export { default as Container } from './components/Container';
export { default as Format } from './components/Format';
export { backgroundColors, textColors } from './theme';
export type { ThemeAppearance, ThemeProps } from './theme';
export { default } from "./components/index.js";
export type { BadgeProps } from "./components/index.js";
export { default as Container } from "./components/Container.js";
export { default as Format } from "./components/Format.js";
export { backgroundColors, textColors } from "./theme.js";
export type { ThemeAppearance, ThemeProps } from "./theme.js";
{
"name": "@uidu/badge",
"version": "0.5.29",
"version": "0.6.0",
"sideEffects": false
}
{
"name": "@uidu/badge",
"version": "0.5.29",
"version": "0.6.0",
"description": "A React component that indicates values",

@@ -12,15 +12,15 @@ "repository": "https://github.com/uidu-org/guidu/tree/main/packages/core/badge",

"dependencies": {
"@babel/runtime": "^7.22.5",
"@uidu/theme": "^0.6.35",
"tslib": "^2.5.3"
"@babel/runtime": "^7.22.11",
"@uidu/theme": "^0.7.0",
"tslib": "^2.6.2"
},
"devDependencies": {
"@uidu/docs": "^0.5.31",
"@uidu/docs": "^0.6.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"styled-components": "^6.0.0-rc.1"
"styled-components": "^5.3.11"
},
"peerDependencies": {
"react": "^18.0.0",
"styled-components": "^5.0.0"
"styled-components": "<6"
},

@@ -27,0 +27,0 @@ "publishConfig": {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc