@accurat/react-components
Advanced tools
Comparing version 0.3.2 to 0.3.3
@@ -32,5 +32,5 @@ import * as React from 'react'; | ||
toogleOpen: () => void; | ||
handleClick: (event: React.MouseEvent<HTMLDivElement>) => void; | ||
handleClick: (event: React.MouseEvent<HTMLDivElement, MouseEvent>) => void; | ||
handleOutsideClick: (event: MouseEvent) => void; | ||
render(): JSX.Element; | ||
} |
{ | ||
"name": "@accurat/react-components", | ||
"version": "0.3.2", | ||
"version": "0.3.3", | ||
"description": "Collection of React components used for Accurat projects.", | ||
@@ -5,0 +5,0 @@ "main": "lib/react-components.js", |
Sorry, the diff of this file is too big to display
Uses eval
Supply chain riskPackage uses dynamic code execution (e.g., eval()), which is a dangerous practice. This can prevent the code from running in certain environments and increases the risk that the code may contain exploits or malicious behavior.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
1000951
12545
2
6