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

@figliolia/galena

Package Overview
Dependencies
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@figliolia/galena - npm Package Compare versions

Comparing version 2.2.6 to 2.2.7

2

dist/cjs/Middlewares/Profiler.js

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

if (diff > this.threshold) {
console.warn("Slow state transition detected", nextState);
console.warn(`A slow state transition was detected on ${nextState.name}`, nextState);
console.warn(`The last transition took ${diff}ms`);

@@ -35,0 +35,0 @@ }

@@ -30,3 +30,3 @@ import { Middleware } from "../Middleware/Middleware.js";

if (diff > this.threshold) {
console.warn("Slow state transition detected", nextState);
console.warn(`A slow state transition was detected on ${nextState.name}`, nextState);
console.warn(`The last transition took ${diff}ms`);

@@ -33,0 +33,0 @@ }

{
"name": "@figliolia/galena",
"version": "2.2.6",
"version": "2.2.7",
"description": "A performant state management library supporting mutable state, batched updates, middleware and a rich development API",

@@ -5,0 +5,0 @@ "main": "dist/cjs/index.js",

@@ -33,3 +33,6 @@ import type { State } from "Galena/State";

if (diff > this.threshold) {
console.warn("Slow state transition detected", nextState);
console.warn(
`A slow state transition was detected on ${nextState.name}`,
nextState
);
console.warn(`The last transition took ${diff}ms`);

@@ -36,0 +39,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