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

@statelyai/sky-react

Package Overview
Dependencies
Maintainers
3
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@statelyai/sky-react - npm Package Compare versions

Comparing version 0.0.9 to 0.0.10

2

dist/declarations/src/useStatelyActor.d.ts
import { SkyConfigFile, actorFromStately } from '@statelyai/sky';
import { Actor, AnyStateMachine } from 'xstate';
export declare function useStatelyActor<T extends AnyStateMachine>(options: Parameters<typeof actorFromStately>[0], skyConfig?: SkyConfigFile<T>): readonly [import("xstate").SnapshotFrom<T>, ((event: import("xstate").EventFromLogic<T>) => void) | undefined, Actor<T> | undefined, {
export declare function useStatelyActor<T extends AnyStateMachine>(options: Parameters<typeof actorFromStately>[0], skyConfig?: SkyConfigFile<T>): readonly [any, ((event: import("xstate").EventFromLogic<T>) => void) | undefined, Actor<T> | undefined, {
isConnecting: boolean;
}];
{
"name": "@statelyai/sky-react",
"version": "0.0.9",
"version": "0.0.10",
"description": "",

@@ -33,5 +33,5 @@ "main": "dist/statelyai-sky-react.cjs.js",

"dependencies": {
"@statelyai/sky": "0.0.9",
"@xstate/react": "4.0.0-beta.10",
"xstate": "5.0.0-beta.37"
"@statelyai/sky": "*",
"@xstate/react": "4.0.1",
"xstate": "5.2.1"
},

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

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