Socket
Book a DemoInstallSign in
Socket

@edx/course-end-enterprise-plugins

Package Overview
Dependencies
Maintainers
4
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@edx/course-end-enterprise-plugins

Plugins to modify course-end behavior for enterprise learners

1.0.0
latest
Source
npmnpm
Version published
Weekly downloads
7
-66.67%
Maintainers
4
Weekly downloads
 
Created
Source

Course End Enterprise Plugins

This package contains several small modify plugins to change details of the course-end page for enterprise learners

Hosted project

frontend-app-learning::env.config.jsx

import {
  PLUGIN_OPERATIONS,
  DIRECT_PLUGIN,
} from "@openedx/frontend-plugin-framework";
import {
  hideCourseSuggestionsForEnterpriseLearners,
  modifyViewCoursesForEnterpriseLearners,
  modifyDashboardFootnoteForEnterpriseLearners,
} from "@edx/course-end-enterprise-plugins";

// Load environment variables from .env file
const config = {
  ...process.env,
  pluginSlots: {
    'org.openedx.frontend.learning.course_recommendations.v1': {
      keepDefault: true,
      plugins: [
        {
          op: PLUGIN_OPERATIONS.Modify,
          widgetId: 'default_contents',
          fn: hideCourseSuggestionsForEnterpriseLearners,
        },
      ],
    },
    'org.openedx.frontend.learning.course_exit_view_courses.v1': {
      keepDefault: true,
      plugins: [
        {
          op: PLUGIN_OPERATIONS.Modify,
          widgetId: 'default_contents',
          fn: modifyViewCoursesForEnterpriseLearners,
        },
      ],

    }
    'org.openedx.frontend.learning.course_exit_dashboard_footnote_link.v1': {
      keepDefault: true,
      plugins: [
        {
          op: PLUGIN_OPERATIONS.Modify,
          widgetId: 'default_contents',
          fn: modifyDashboardFootnoteForEnterpriseLearners,
        },
      ],
    }
  },
};

export default config;

frontend-app-learning::module.config.js

module.exports = {
  localModules: [
    {
      moduleName: "@edx/course-end-enterprise-plugins",
      dir: "../src/frontend-plugins/packages/course-end-enterprise-plugins",
    },
  ],
};

FAQs

Package last updated on 15 Aug 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.