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

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-1615140344427 to 28.0.0-1615151570586

4

es/Overmind.js

@@ -355,3 +355,5 @@ import { EventEmitter } from 'betsy';

: undefined;
if (utils.ENVIRONMENT === 'production' || action[utils.IS_OPERATOR]) {
if (utils.ENVIRONMENT === 'production' ||
action[utils.IS_OPERATOR] ||
this.mode.mode === utils.MODE_SSR) {
const execution = this.createExecution(name, action, boundExecution);

@@ -358,0 +360,0 @@ this.eventHub.emit(internalTypes.EventType.ACTION_START, Object.assign(Object.assign({}, execution), { value }));

@@ -359,3 +359,5 @@ "use strict";

: undefined;
if (utils.ENVIRONMENT === 'production' || action[utils.IS_OPERATOR]) {
if (utils.ENVIRONMENT === 'production' ||
action[utils.IS_OPERATOR] ||
this.mode.mode === utils.MODE_SSR) {
const execution = this.createExecution(name, action, boundExecution);

@@ -362,0 +364,0 @@ this.eventHub.emit(internalTypes.EventType.ACTION_START, Object.assign(Object.assign({}, execution), { value }));

{
"name": "overmind",
"version": "28.0.0-1615140344427",
"version": "28.0.0-1615151570586",
"description": "Frictionless state management",

@@ -38,6 +38,6 @@ "author": "Christian Alfoni <christianalfoni@gmail.com>",

"is-plain-obj": "^1.1.0",
"betsy": "1.0.2-1615140344427",
"non-blocking-json": "1.1.1-1615140344427",
"betsy": "1.0.2-1615151570586",
"non-blocking-json": "1.1.1-1615151570586",
"tslib": "^1.10.0",
"proxy-state-tree": "6.3.0-1615140344427"
"proxy-state-tree": "6.3.0-1615151570586"
},

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

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