🚨 Active Supply Chain Attack:node-ipc Package Compromised.Learn More
Socket
Book a DemoSign in
Socket

@chance/react-utils

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@chance/react-utils - npm Package Compare versions

Comparing version
0.0.10
to
0.0.11
+2
-2
package.json
{
"name": "@chance/react-utils",
"version": "0.0.10",
"version": "0.0.11",
"main": "./dist/react-utils.js",

@@ -21,3 +21,3 @@ "module": "./dist/react-utils.mjs",

"dependencies": {
"@chance/dom": "0.0.9",
"@chance/dom": "0.0.10",
"@chance/utils": "0.0.9",

@@ -24,0 +24,0 @@ "tiny-warning": "^1.0.3"

import { useEffect } from "react";
export default function useConsoleEffect(
method: "log" | "warn" | "error" | "info",
method: "log" | "warn" | "error" | "info" | "debug",
...args: any[]

@@ -6,0 +6,0 @@ ) {