Socket
Socket
Sign inDemoInstall

@radix-ui/react-polymorphic

Package Overview
Dependencies
Maintainers
8
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@radix-ui/react-polymorphic - npm Package Compare versions

Comparing version 0.0.11 to 0.0.12

4

dist/index.d.ts

@@ -29,5 +29,5 @@ import * as React from "react";

*/
<As extends keyof JSX.IntrinsicElements | React.JSXElementConstructor<any> = NarrowIntrinsic<IntrinsicElementString>>(props: As extends keyof JSX.IntrinsicElements ? Merge<JSX.IntrinsicElements[As], OwnProps & {
<As extends keyof JSX.IntrinsicElements | React.ComponentType<any> = NarrowIntrinsic<IntrinsicElementString>>(props: As extends keyof JSX.IntrinsicElements ? Merge<JSX.IntrinsicElements[As], OwnProps & {
as: As;
}> : As extends React.JSXElementConstructor<infer P> ? Merge<P, OwnProps & {
}> : As extends React.ComponentType<infer P> ? Merge<P, OwnProps & {
as: As;

@@ -34,0 +34,0 @@ }> : never): React.ReactElement | null;

{
"name": "@radix-ui/react-polymorphic",
"version": "0.0.11",
"version": "0.0.12",
"license": "MIT",

@@ -32,6 +32,3 @@ "source": "src/index.ts",

"url": "https://github.com/radix-ui/primitives/issues"
},
"dependencies": {
"@babel/runtime": "^7.13.10"
}
}

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