workshopper-exercise
Advanced tools
+3
-3
@@ -91,6 +91,6 @@ const path = require('path') | ||
| , fallback = 'common.exercise.' + key | ||
| return i18n.has(lookup) ? i18n.raw(lookup) : | ||
| return i18n.has(lookup) ? i18n.get(lookup) : | ||
| i18nFs.get(this.lang + '.' + key) || ( | ||
| i18n.has(fallback) ? i18n.raw(fallback) : | ||
| i18n.raw(key) | ||
| i18n.has(fallback) ? i18n.get(fallback) : | ||
| i18n.get(key) | ||
| ) | ||
@@ -97,0 +97,0 @@ }.bind(this) |
+1
-1
| { | ||
| "name": "workshopper-exercise", | ||
| "version": "3.0.0", | ||
| "version": "3.0.1", | ||
| "description": "An exercise runner component for the Workshopper framework", | ||
@@ -5,0 +5,0 @@ "main": "./exercise.js", |
Shell access
Supply chain riskThis module accesses the system shell. Accessing the system shell increases the risk of executing arbitrary code.
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
Shell access
Supply chain riskThis module accesses the system shell. Accessing the system shell increases the risk of executing arbitrary code.
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