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.1 to 0.0.2

13

package.json
{
"name": "@solid-aria/toggle",
"version": "0.0.1",
"version": "0.0.2",
"private": false,

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

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

@@ -60,4 +60,3 @@ "peerDependencies": {

"typecheck": "tsc --noEmit"
},
"readme": "<p>\n <img width=\"100%\" src=\"https://assets.solidjs.com/banner?type=Aria&background=tiles&project=Toggle\" alt=\"Solid Aria - Toggle\">\n</p>\n\n# @solid-aria/toggle\n\n[![pnpm](https://img.shields.io/badge/maintained%20with-pnpm-cc00ff.svg?style=for-the-badge&logo=pnpm)](https://pnpm.io/)\n[![turborepo](https://img.shields.io/badge/built%20with-turborepo-cc00ff.svg?style=for-the-badge&logo=turborepo)](https://turborepo.org/)\n[![size](https://img.shields.io/bundlephobia/minzip/@solid-aria/toggle?style=for-the-badge&label=size)](https://bundlephobia.com/package/@solid-aria/toggle)\n[![version](https://img.shields.io/npm/v/@solid-aria/toggle?style=for-the-badge)](https://www.npmjs.com/package/@solid-aria/toggle)\n[![stage](https://img.shields.io/endpoint?style=for-the-badge&url=https%3A%2F%2Fraw.githubusercontent.com%2Fsolidjs-community%2Fsolid-primitives%2Fmain%2Fassets%2Fbadges%2Fstage-0.json)](https://github.com/solidjs-community/solid-aria#contribution-process)\n\nPrimitives for building toggle components like checkboxes and switches.\n\n## Installation\n\n```bash\nnpm install @solid-aria/toggle\n# or\nyarn add @solid-aria/toggle\n# or\npnpm add @solid-aria/toggle\n```\n\n## `createToggleState`\n\nProvides state management for toggle components like checkboxes and switches.\n\n### How to use it\n\nSee the docs of [createCheckbox](../checkbox) for an example of `createToggleState`.\n\n## `createToggle`\n\nHandles interactions for toggle elements, e.g. Checkboxes and Switches.\n\n### How to use it\n\nSee the docs of [createCheckbox](../checkbox) for an example of `createToggle`.\n\n## Changelog\n\nAll notable changes are described in the [CHANGELOG.md](./CHANGELOG.md) file.\n"
}
}
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