@dlint/layer
Advanced tools
+4
-3
| { | ||
| "name": "@dlint/layer", | ||
| "description": "Directory layer for DLint", | ||
| "version": "0.1.0", | ||
| "version": "0.1.1", | ||
| "author": "FujiHaruka <fizzyjohn1427@gmail.com>", | ||
@@ -10,3 +10,3 @@ "bugs": { | ||
| "dependencies": { | ||
| "@dlint/core": "0.1.0", | ||
| "@dlint/core": "0.1.1", | ||
| "acorn": "^7.1.0", | ||
@@ -19,3 +19,4 @@ "fast-glob": "^3.1.0" | ||
| "files": [ | ||
| "build" | ||
| "build", | ||
| "bin" | ||
| ], | ||
@@ -22,0 +23,0 @@ "homepage": "https://github.com/FujiHaruka/dlint/tree/master/packages/layer#readme", |
Debug access
Supply chain riskUses debug, reflection and dynamic code execution features.
Found 1 instance in 1 package
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
Debug access
Supply chain riskUses debug, reflection and dynamic code execution features.
Found 1 instance in 1 package
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
15507
0.07%+ Added
- Removed
Updated