Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@atlaskit/badge

Package Overview
Dependencies
Maintainers
1
Versions
169
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@atlaskit/badge - npm Package Compare versions

Comparing version 15.1.0 to 15.1.1

6

CHANGELOG.md
# @atlaskit/badge
## 15.1.1
### Patch Changes
- [`41fae2c6f68`](https://bitbucket.org/atlassian/atlassian-frontend/commits/41fae2c6f68) - Upgrade Typescript from `4.5.5` to `4.9.5`
## 15.1.0

@@ -4,0 +10,0 @@

2

dist/cjs/version.json
{
"name": "@atlaskit/badge",
"version": "15.1.0",
"version": "15.1.1",
"sideEffects": false
}
{
"name": "@atlaskit/badge",
"version": "15.1.0",
"version": "15.1.1",
"sideEffects": false
}
{
"name": "@atlaskit/badge",
"version": "15.1.0",
"version": "15.1.1",
"sideEffects": false
}
import type { CSSProperties, ReactNode } from 'react';
export declare type ThemeAppearance = 'added' | 'default' | 'important' | 'primary' | 'primaryInverted' | 'removed';
export type ThemeAppearance = 'added' | 'default' | 'important' | 'primary' | 'primaryInverted' | 'removed';
export interface BadgeProps {

@@ -4,0 +4,0 @@ /**

{
"name": "@atlaskit/badge",
"version": "15.1.0",
"version": "15.1.1",
"description": "A badge is a visual indicator for numeric values such as tallies and scores.",

@@ -15,2 +15,10 @@ "publishConfig": {

"types": "dist/types/index.d.ts",
"typesVersions": {
">=4.5 <4.9": {
"*": [
"dist/types-ts4.5/*",
"dist/types-ts4.5/index.d.ts"
]
}
},
"sideEffects": false,

@@ -55,3 +63,3 @@ "atlaskit:src": "src/index.tsx",

"storybook-addon-performance": "^0.16.0",
"typescript": "4.5.5"
"typescript": "~4.9.5"
},

@@ -58,0 +66,0 @@ "techstack": {

@@ -9,5 +9,5 @@ {

"typesVersions": {
">=4.0 <4.5": {
">=4.5 <4.9": {
"*": [
"../dist/types-ts4.0/entry-points/types.d.ts"
"../dist/types-ts4.5/entry-points/types.d.ts"
]

@@ -14,0 +14,0 @@ }

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc