Socket
Socket
Sign inDemoInstall

@rmwc/icon

Package Overview
Dependencies
Maintainers
1
Versions
170
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rmwc/icon - npm Package Compare versions

Comparing version 14.2.1 to 14.2.2

2

lib/icon.d.ts

@@ -15,4 +15,4 @@ import * as RMWC from '@rmwc/types';

export declare const Icon: {
<Tag extends React.ElementType<any> = "div">(props: RMWC.ComponentProps<IconProps, IconHTMLProps, Tag>, ref: any): import("react/jsx-runtime").JSX.Element;
<Tag extends React.ElementType<any, keyof React.JSX.IntrinsicElements> = "div">(props: RMWC.ComponentProps<IconProps, IconHTMLProps, Tag>, ref: any): import("react/jsx-runtime").JSX.Element;
displayName: string;
};
{
"name": "@rmwc/icon",
"version": "14.2.1",
"version": "14.2.2",
"description": "RMWC Icon component",

@@ -42,6 +42,6 @@ "main": "./index.js",

"dependencies": {
"@rmwc/base": "14.2.1",
"@rmwc/provider": "14.2.1",
"@rmwc/types": "14.2.1"
"@rmwc/base": "14.2.2",
"@rmwc/provider": "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