@dbux/common
Advanced tools
Comparing version 0.5.16 to 0.6.3
{ | ||
"name": "@dbux/common", | ||
"version": "0.5.16", | ||
"version": "0.6.3", | ||
"description": "", | ||
@@ -19,3 +19,3 @@ "module": "src/index.js", | ||
"_moduleAliases": {}, | ||
"gitHead": "340f15e3de1dbf06a3f7acc20919e1b71436c2ae" | ||
"gitHead": "92dd244aa0d1c7b4dd230b2d538be1db0383b7c2" | ||
} |
@@ -1,2 +0,2 @@ | ||
import { performance } from '../util/universalLibs'; | ||
import { performance } from '../util/universalLib'; | ||
import { Logger } from './logger'; | ||
@@ -3,0 +3,0 @@ |
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
98750
2874
1