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

@zag-js/collapsible

Package Overview
Dependencies
Maintainers
1
Versions
319
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@zag-js/collapsible - npm Package Compare versions

Comparing version 0.0.0-dev-20240210193153 to 0.0.0-dev-20240210195405

2

dist/index.d.ts

@@ -36,3 +36,3 @@ import * as _zag_js_anatomy from '@zag-js/anatomy';

*/
__controlled?: boolean;
"open.controlled"?: boolean;
}

@@ -39,0 +39,0 @@ type ComputedContext = Readonly<{}>;

@@ -162,3 +162,3 @@ "use strict";

guards: {
isOpenControlled: (ctx2) => !!ctx2.__controlled
isOpenControlled: (ctx2) => !!ctx2["open.controlled"]
},

@@ -165,0 +165,0 @@ activities: {

{
"name": "@zag-js/collapsible",
"version": "0.0.0-dev-20240210193153",
"version": "0.0.0-dev-20240210195405",
"description": "Core logic for the collapsible widget implemented as a state machine",

@@ -31,7 +31,7 @@ "keywords": [

"dependencies": {
"@zag-js/anatomy": "0.0.0-dev-20240210193153",
"@zag-js/core": "0.0.0-dev-20240210193153",
"@zag-js/dom-query": "0.0.0-dev-20240210193153",
"@zag-js/utils": "0.0.0-dev-20240210193153",
"@zag-js/types": "0.0.0-dev-20240210193153"
"@zag-js/anatomy": "0.0.0-dev-20240210195405",
"@zag-js/core": "0.0.0-dev-20240210195405",
"@zag-js/dom-query": "0.0.0-dev-20240210195405",
"@zag-js/utils": "0.0.0-dev-20240210195405",
"@zag-js/types": "0.0.0-dev-20240210195405"
},

@@ -38,0 +38,0 @@ "devDependencies": {

@@ -76,3 +76,3 @@ import { createMachine, ref } from "@zag-js/core"

guards: {
isOpenControlled: (ctx) => !!ctx.__controlled,
isOpenControlled: (ctx) => !!ctx["open.controlled"],
},

@@ -79,0 +79,0 @@ activities: {

@@ -42,3 +42,3 @@ import type { StateMachine as S } from "@zag-js/core"

*/
__controlled?: boolean
"open.controlled"?: boolean
}

@@ -45,0 +45,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

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