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

@solid-aria/toggle

Package Overview
Dependencies
Maintainers
2
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@solid-aria/toggle - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

4

dist/index.js

@@ -57,3 +57,5 @@ // src/createToggle.ts

};
const { pressProps } = createPress(props);
const { pressProps } = createPress({
isDisabled: () => props.isDisabled
});
const { focusableProps } = createFocusable(props, inputRef);

@@ -60,0 +62,0 @@ const domProps = createMemo(() => filterDOMProps(props, { labelable: true }));

{
"name": "@solid-aria/toggle",
"version": "0.0.3",
"version": "0.0.4",
"private": false,

@@ -34,6 +34,6 @@ "description": "Primitives for building toggle components like checkboxes and switches.",

"dependencies": {
"@solid-aria/focus": "^0.0.2",
"@solid-aria/interactions": "^0.0.2",
"@solid-aria/types": "^0.0.2",
"@solid-aria/utils": "^0.0.2"
"@solid-aria/focus": "^0.0.3",
"@solid-aria/interactions": "^0.0.3",
"@solid-aria/types": "^0.0.3",
"@solid-aria/utils": "^0.0.3"
},

@@ -40,0 +40,0 @@ "peerDependencies": {

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