Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

workshopper-exercise

Package Overview
Dependencies
Maintainers
4
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

workshopper-exercise - npm Package Compare versions

Comparing version
3.0.0
to
3.0.1
+3
-3
exercise.js

@@ -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)

{
"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",