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

stent

Package Overview
Dependencies
Maintainers
1
Versions
82
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

stent - npm Package Compare versions

Comparing version 8.0.1 to 8.0.2

lib/__tests__/action-handler-scheduling.spec.js

19

CHANGELOG.md

@@ -0,4 +1,8 @@

## 8.0.2
Just a new unit test.
## 8.0.1
Reconnecting to the machine when the component is re-mounted. Issue #38, PR: #39.
Reconnecting to the machine when the component is re-mounted. Issue #38, PR: #39.

@@ -50,3 +54,2 @@ ## 8.0.0

## 5.1.0

@@ -177,5 +180,5 @@

* Adding `machine.<method>.latest` alias so we cover the `takeLatest` saga method
* Changing the way of how the middlewares work. They now don't block the Stent's logic. No `next` method anymore. [Middlewares](./docs/middlewares.md)
* Documentation is restructured
- Adding `machine.<method>.latest` alias so we cover the `takeLatest` saga method
- Changing the way of how the middlewares work. They now don't block the Stent's logic. No `next` method anymore. [Middlewares](./docs/middlewares.md)
- Documentation is restructured

@@ -213,4 +216,4 @@ ## 2.0.0

* Adding `Logger` middleware
* When adding a middleware the hook `onStateChange` is now called `onStateChanged`
- Adding `Logger` middleware
- When adding a middleware the hook `onStateChange` is now called `onStateChanged`

@@ -247,2 +250,2 @@ ## 0.7.3

Wild Wild West ...
Wild Wild West ...
{
"name": "stent",
"version": "8.0.1",
"version": "8.0.2",
"description": "Stent is combining the ideas of redux with the concept of state machines",

@@ -5,0 +5,0 @@ "main": "lib",

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