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

@xstate/react

Package Overview
Dependencies
Maintainers
3
Versions
79
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@xstate/react - npm Package Compare versions

Comparing version 4.0.0 to 4.0.1

2

dist/xstate-react.cjs.js

@@ -57,3 +57,5 @@ 'use strict';

});
const systemSnapshot = actorRef.system.getSnapshot?.();
actorRef.stop();
actorRef.system._snapshot = systemSnapshot;
persistedSnapshots.forEach(([ref, snapshot]) => {

@@ -60,0 +62,0 @@ ref._processingStatus = 0;

@@ -57,3 +57,5 @@ 'use strict';

});
const systemSnapshot = actorRef.system.getSnapshot?.();
actorRef.stop();
actorRef.system._snapshot = systemSnapshot;
persistedSnapshots.forEach(([ref, snapshot]) => {

@@ -60,0 +62,0 @@ ref._processingStatus = 0;

@@ -31,3 +31,5 @@ import * as React from 'react';

});
const systemSnapshot = actorRef.system.getSnapshot?.();
actorRef.stop();
actorRef.system._snapshot = systemSnapshot;
persistedSnapshots.forEach(([ref, snapshot]) => {

@@ -34,0 +36,0 @@ ref._processingStatus = 0;

@@ -31,3 +31,5 @@ import * as React from 'react';

});
const systemSnapshot = actorRef.system.getSnapshot?.();
actorRef.stop();
actorRef.system._snapshot = systemSnapshot;
persistedSnapshots.forEach(([ref, snapshot]) => {

@@ -34,0 +36,0 @@ ref._processingStatus = 0;

6

package.json
{
"name": "@xstate/react",
"version": "4.0.0",
"version": "4.0.1",
"description": "XState tools for React",

@@ -58,3 +58,3 @@ "keywords": [

"react": "^16.8.0 || ^17.0.0 || ^18.0.0",
"xstate": "^5.0.0"
"xstate": "^5.1.0"
},

@@ -80,4 +80,4 @@ "peerDependenciesMeta": {

"react-dom": "^18.0.0",
"xstate": "5.0.0"
"xstate": "5.1.0"
}
}
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