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

@launchpad-ui/progress

Package Overview
Dependencies
Maintainers
1
Versions
76
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@launchpad-ui/progress - npm Package Compare versions

Comparing version 0.5.55 to 0.5.56

2

dist/DelayedIndicator.d.ts

@@ -6,5 +6,5 @@ import type { ReactElement } from 'react';

};
declare const DelayedIndicator: ({ children, delayMs }: DelayedIndicatorProps) => ReactElement<any, string | import("react").JSXElementConstructor<any>> | null;
declare const DelayedIndicator: ({ children, delayMs }: DelayedIndicatorProps) => ReactElement<unknown, string | import("react").JSXElementConstructor<any>> | null;
export { DelayedIndicator };
export type { DelayedIndicatorProps };
//# sourceMappingURL=DelayedIndicator.d.ts.map
{
"name": "@launchpad-ui/progress",
"version": "0.5.55",
"version": "0.5.56",
"status": "beta",

@@ -35,11 +35,11 @@ "publishConfig": {

"classix": "2.2.0",
"@launchpad-ui/tokens": "~0.12.1"
"@launchpad-ui/tokens": "~0.12.2"
},
"peerDependencies": {
"react": "18.3.1",
"react-dom": "18.3.1"
"react": "^18.0.0 || ^19.0.0",
"react-dom": "^18.0.0 || ^19.0.0"
},
"devDependencies": {
"react": "18.3.1",
"react-dom": "18.3.1"
"react": "19.0.0",
"react-dom": "19.0.0"
},

@@ -46,0 +46,0 @@ "scripts": {

Sorry, the diff of this file is not supported yet

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