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

@egym/mwa-logger

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@egym/mwa-logger - npm Package Compare versions

Comparing version 0.2.8 to 0.2.9

4

dist/mwa-logger/cjs/index.js

@@ -584,5 +584,5 @@ 'use strict';

React.useEffect(() => {
if (ciConfig)
if (ciConfig && isEnabled)
setCIConfig(ciConfig);
}, [ciConfig]);
}, [ciConfig, isEnabled]);
React.useEffect(() => {

@@ -589,0 +589,0 @@ if (!isEnabled)

@@ -582,5 +582,5 @@ import React, { useState, useCallback, useMemo, useSyncExternalStore, useEffect } from 'react';

useEffect(() => {
if (ciConfig)
if (ciConfig && isEnabled)
setCIConfig(ciConfig);
}, [ciConfig]);
}, [ciConfig, isEnabled]);
useEffect(() => {

@@ -587,0 +587,0 @@ if (!isEnabled)

{
"name": "@egym/mwa-logger",
"version": "0.2.8",
"version": "0.2.9",
"description": "",

@@ -5,0 +5,0 @@ "author": "EGYM",

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