Comparing version 0.3.10 to 0.3.11
{ | ||
"name": "amend", | ||
"version": "0.3.10", | ||
"version": "0.3.11", | ||
"description": "Dependency injection module and IoC container.", | ||
@@ -13,2 +13,7 @@ "main": "index.js", | ||
}, | ||
"dependencies": { | ||
"@babel/parser": "^7.8.4", | ||
"fs-extra": "^8.1.0", | ||
"ramda": "^0.25.0" | ||
}, | ||
"devDependencies": { | ||
@@ -20,3 +25,2 @@ "chai": "^4.0.2", | ||
"pikaday": "^1.7.0", | ||
"ramda": "^0.25.0", | ||
"source-map-support": "^0.5.2" | ||
@@ -23,0 +27,0 @@ }, |
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
47939
6
42
768
3
14
+ Added@babel/parser@^7.8.4
+ Addedfs-extra@^8.1.0
+ Addedramda@^0.25.0
+ Added@babel/helper-string-parser@7.25.9(transitive)
+ Added@babel/helper-validator-identifier@7.25.9(transitive)
+ Added@babel/parser@7.26.5(transitive)
+ Added@babel/types@7.26.5(transitive)
+ Addedfs-extra@8.1.0(transitive)
+ Addedgraceful-fs@4.2.11(transitive)
+ Addedjsonfile@4.0.0(transitive)
+ Addedramda@0.25.0(transitive)
+ Addeduniversalify@0.1.2(transitive)