New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@atlaskit/progress-bar

Package Overview
Dependencies
Maintainers
0
Versions
60
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@atlaskit/progress-bar - npm Package Compare versions

Comparing version 3.1.0 to 3.1.1

6

CHANGELOG.md
# @atlaskit/progress-bar
## 3.1.1
### Patch Changes
- Updated dependencies
## 3.1.0

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

4

dist/types-ts4.5/components/success-progress-bar.d.ts

@@ -1,2 +0,2 @@

/// <reference types="react" />
import React from 'react';
import { type CustomProgressBarProps } from '../types';

@@ -11,3 +11,3 @@ /**

*/
declare const SuccessProgressBar: ({ ariaLabel, isIndeterminate, testId, value, }: CustomProgressBarProps) => JSX.Element;
declare const SuccessProgressBar: ({ ariaLabel, isIndeterminate, testId, value, }: CustomProgressBarProps) => React.JSX.Element;
export default SuccessProgressBar;

@@ -1,2 +0,2 @@

/// <reference types="react" />
import React from 'react';
import { type CustomProgressBarProps } from '../types';

@@ -11,3 +11,3 @@ /**

*/
declare const TransparentProgressBar: ({ ariaLabel, isIndeterminate, testId, value, }: CustomProgressBarProps) => JSX.Element;
declare const TransparentProgressBar: ({ ariaLabel, isIndeterminate, testId, value, }: CustomProgressBarProps) => React.JSX.Element;
export default TransparentProgressBar;

@@ -1,2 +0,2 @@

/// <reference types="react" />
import React from 'react';
import { type CustomProgressBarProps } from '../types';

@@ -11,3 +11,3 @@ /**

*/
declare const SuccessProgressBar: ({ ariaLabel, isIndeterminate, testId, value, }: CustomProgressBarProps) => JSX.Element;
declare const SuccessProgressBar: ({ ariaLabel, isIndeterminate, testId, value, }: CustomProgressBarProps) => React.JSX.Element;
export default SuccessProgressBar;

@@ -1,2 +0,2 @@

/// <reference types="react" />
import React from 'react';
import { type CustomProgressBarProps } from '../types';

@@ -11,3 +11,3 @@ /**

*/
declare const TransparentProgressBar: ({ ariaLabel, isIndeterminate, testId, value, }: CustomProgressBarProps) => JSX.Element;
declare const TransparentProgressBar: ({ ariaLabel, isIndeterminate, testId, value, }: CustomProgressBarProps) => React.JSX.Element;
export default TransparentProgressBar;
{
"name": "@atlaskit/progress-bar",
"version": "3.1.0",
"version": "3.1.1",
"description": "A progress bar communicates the status of a system process.",

@@ -32,3 +32,3 @@ "publishConfig": {

"dependencies": {
"@atlaskit/theme": "^14.1.0",
"@atlaskit/theme": "^15.0.0",
"@atlaskit/tokens": "^3.3.0",

@@ -35,0 +35,0 @@ "@babel/runtime": "^7.0.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