@chance/react-utils
Advanced tools
+2
-2
| { | ||
| "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 @@ ) { |
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
52805
0.02%+ Added
- Removed
Updated