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

@zag-js/core

Package Overview
Dependencies
Maintainers
1
Versions
902
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@zag-js/core - npm Package Compare versions

Comparing version 0.0.0-dev-20221108152001 to 0.0.0-dev-20221111132133

7

dist/index.d.ts

@@ -240,9 +240,2 @@ export { proxy, ref, snapshot, subscribe } from '@zag-js/store';

sync?: boolean;
/**
* Notify `useSnapshot` to execute state update synchronously within `valtio`.
* Useful if this component has an input element.
*
* @see Valtio https://github.com/pmndrs/valtio#update-synchronously
*/
hookSync?: boolean;
}

@@ -249,0 +242,0 @@ type HookOptions<TContext extends Dict, TState extends StateSchema, TEvent extends EventObject> = {

4

package.json
{
"name": "@zag-js/core",
"version": "0.0.0-dev-20221108152001",
"version": "0.0.0-dev-20221111132133",
"description": "A minimal implementation of xstate fsm for UI machines",

@@ -35,3 +35,3 @@ "main": "dist/index.js",

"devDependencies": {
"@zag-js/utils": "0.0.0-dev-20221108152001"
"@zag-js/utils": "0.0.0-dev-20221111132133"
},

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

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