Socket
Socket
Sign inDemoInstall

overmind

Package Overview
Dependencies
Maintainers
4
Versions
886
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

overmind - npm Package Compare versions

Comparing version 28.0.0 to 28.0.1

2

es/statemachine.js

@@ -76,3 +76,3 @@ var _a, _b;

}
else {
else if (this[VALUE][TRANSITIONS][this[VALUE].current][type]) {
const transition = this[VALUE][TRANSITIONS][this[VALUE].current][type];

@@ -79,0 +79,0 @@ result = transition(data, this);

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

}
else {
else if (this[proxy_state_tree_1.VALUE][TRANSITIONS][this[proxy_state_tree_1.VALUE].current][type]) {
const transition = this[proxy_state_tree_1.VALUE][TRANSITIONS][this[proxy_state_tree_1.VALUE].current][type];

@@ -84,0 +84,0 @@ result = transition(data, this);

{
"name": "overmind",
"version": "28.0.0",
"version": "28.0.1",
"description": "Frictionless state management",

@@ -5,0 +5,0 @@ "author": "Christian Alfoni <christianalfoni@gmail.com>",

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