@potok/resume-parser
Advanced tools
Comparing version 1.0.11 to 1.1.0
{ | ||
"name": "@potok/resume-parser", | ||
"version": "1.0.11", | ||
"version": "1.1.0", | ||
"author": "Potok", | ||
@@ -37,3 +37,3 @@ "repository": "potokk/resume-parser", | ||
"dependencies": { | ||
"lodash": "4.17.20", | ||
"lodash-es": "^4.17.21", | ||
"moment": "2.24.0" | ||
@@ -40,0 +40,0 @@ }, |
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 2 instances in 1 package
82642
3
1
+ Addedlodash-es@^4.17.21
+ Addedlodash-es@4.17.21(transitive)
- Removedlodash@4.17.20
- Removedlodash@4.17.20(transitive)