@codice-progressio/easy-permissions
Advanced tools
| const permisos = { | ||
| } | ||
| module.exports = permisos |
+2
-2
@@ -48,3 +48,3 @@ const fs = require("fs") | ||
| const file = conf.nombreArchivoPermisos | ||
| const file2 = "_" + conf.nombreCarpetaPermisos | ||
| const file2 = "_" + conf.nombreArchivoPermisos | ||
| const dirFichero = dir.concat("/" + file) | ||
@@ -129,3 +129,3 @@ const dirFichero2 = dir.concat("/" + file2) | ||
| let texto = data.toString().split("\n") | ||
| let texto2 = data.toString().split("\n") | ||
| let texto2 = data2.toString().split("\n") | ||
| // Estructuramos | ||
@@ -132,0 +132,0 @@ let nuevaLinea = ` "${permiso}":"${descripcion}",` |
+1
-1
| { | ||
| "name": "@codice-progressio/easy-permissions", | ||
| "version": "0.2.0", | ||
| "version": "0.2.1", | ||
| "description": "Permisos fáciles de crear y administrar.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
Sorry, the diff of this file is not supported yet
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
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
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
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
11288
0.01%164
1.23%