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

@rmwc/circular-progress

Package Overview
Dependencies
Maintainers
1
Versions
154
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rmwc/circular-progress - npm Package Compare versions

Comparing version 14.2.1 to 14.2.2

2

lib/circular-progress.d.ts

@@ -18,5 +18,5 @@ declare type Size = 'xsmall' | 'small' | 'medium' | 'large' | 'xlarge';

export declare const CircularProgress: {
<Tag extends import("react").ElementType<any> = "div">(props: import("@rmwc/types").ComponentProps<CircularProgressProps, import("react").HTMLProps<HTMLElement>, Tag>, ref: any): import("react/jsx-runtime").JSX.Element;
<Tag extends import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> = "div">(props: import("@rmwc/types").ComponentProps<CircularProgressProps, import("react").HTMLProps<HTMLElement>, Tag>, ref: any): import("react/jsx-runtime").JSX.Element;
displayName: string;
};
export {};
{
"name": "@rmwc/circular-progress",
"version": "14.2.1",
"version": "14.2.2",
"main": "./index.js",

@@ -42,5 +42,5 @@ "types": "./index.d.ts",

"@material/circular-progress": "^14.0.0",
"@rmwc/base": "14.2.1",
"@rmwc/types": "14.2.1"
"@rmwc/base": "14.2.2",
"@rmwc/types": "14.2.2"
}
}
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