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

@radix-ui/react-switch

Package Overview
Dependencies
Maintainers
6
Versions
174
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 0.0.12 to 0.0.13

4

dist/index.d.ts

@@ -12,7 +12,7 @@ import * as React from "react";

}>;
type SwitchPrimitive = Polymorphic.ForwardRefComponent<typeof SWITCH_DEFAULT_TAG, SwitchOwnProps>;
export type SwitchPrimitive = Polymorphic.ForwardRefComponent<typeof SWITCH_DEFAULT_TAG, SwitchOwnProps>;
export const Switch: SwitchPrimitive;
declare const THUMB_DEFAULT_TAG = "span";
type SwitchThumbOwnProps = Polymorphic.OwnProps<typeof Primitive>;
type SwitchThumbPrimitive = Polymorphic.ForwardRefComponent<typeof THUMB_DEFAULT_TAG, SwitchThumbOwnProps>;
export type SwitchThumbPrimitive = Polymorphic.ForwardRefComponent<typeof THUMB_DEFAULT_TAG, SwitchThumbOwnProps>;
export const SwitchThumb: SwitchThumbPrimitive;

@@ -19,0 +19,0 @@ export const Root: SwitchPrimitive;

{
"name": "@radix-ui/react-switch",
"version": "0.0.12",
"version": "0.0.13",
"license": "MIT",

@@ -24,5 +24,5 @@ "source": "src/index.ts",

"@radix-ui/react-context": "0.0.5",
"@radix-ui/react-label": "0.0.12",
"@radix-ui/react-label": "0.0.13",
"@radix-ui/react-polymorphic": "0.0.11",
"@radix-ui/react-primitive": "0.0.12",
"@radix-ui/react-primitive": "0.0.13",
"@radix-ui/react-use-controllable-state": "0.0.6"

@@ -29,0 +29,0 @@ },

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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