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

@atlaskit/progress-tracker

Package Overview
Dependencies
Maintainers
1
Versions
123
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@atlaskit/progress-tracker - npm Package Compare versions

Comparing version 8.5.0 to 8.5.1

6

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

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

4

constants/package.json

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

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

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

{
"name": "@atlaskit/progress-tracker",
"version": "8.5.0",
"version": "8.5.1",
"sideEffects": false
}
{
"name": "@atlaskit/progress-tracker",
"version": "8.5.0",
"version": "8.5.1",
"sideEffects": false
}
{
"name": "@atlaskit/progress-tracker",
"version": "8.5.0",
"version": "8.5.1",
"sideEffects": false
}

@@ -9,2 +9,2 @@ /**

};
export declare type Spacing = keyof typeof spacing;
export type Spacing = keyof typeof spacing;

@@ -6,7 +6,7 @@ /// <reference types="react" />

export type { Spacing } from './constants';
export declare type Status = 'unvisited' | 'visited' | 'current' | 'disabled';
export type Status = 'unvisited' | 'visited' | 'current' | 'disabled';
/**
* @deprecated
*/
export declare type StatusType = Status;
export type StatusType = Status;
export interface Stage {

@@ -21,3 +21,3 @@ id: string;

}
export declare type Stages = Stage[];
export type Stages = Stage[];
export interface LinkComponentProps {

@@ -24,0 +24,0 @@ item: Stage;

{
"name": "@atlaskit/progress-tracker",
"version": "8.5.0",
"version": "8.5.1",
"description": "A progress tracker displays the steps and progress through a journey.",

@@ -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,

@@ -29,3 +37,3 @@ "atlaskit:src": "src/index.tsx",

"@atlaskit/theme": "^12.5.0",
"@atlaskit/tokens": "^1.3.0",
"@atlaskit/tokens": "^1.4.0",
"@babel/runtime": "^7.0.0",

@@ -53,3 +61,3 @@ "@emotion/react": "^11.7.1",

"react-test-renderer": "^16.8.0",
"typescript": "4.5.5"
"typescript": "~4.9.5"
},

@@ -56,0 +64,0 @@ "techstack": {

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

"typesVersions": {
">=4.0 <4.5": {
">=4.5 <4.9": {
"*": [
"../dist/types-ts4.0/types.d.ts"
"../dist/types-ts4.5/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