Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

edx-modulestore

Package Overview
Dependencies
Maintainers
1
Versions
43
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

edx-modulestore - npm Package Compare versions

Comparing version 0.1.3 to 0.1.4

19

lib/course.js

@@ -243,6 +243,21 @@ 'use strict';

// Course administration link (Studio)
studioLink: {
get: function () {
if (!this.id || !this.options.studioUrl) {
return null;
}
return [
this.options.studioUrl,
'course',
this.id
].join('/');
}
},
// Course about page link (LMS)
aboutPage: {
get: function () {
if (!this.id) {
if (!this.id || !this.options.lmsUrl) {
return null;

@@ -265,3 +280,3 @@ }

if (!image) {
if (!image || !this.options.lmsUrl) {
return null;

@@ -268,0 +283,0 @@ }

2

package.json
{
"name": "edx-modulestore",
"version": "0.1.3",
"version": "0.1.4",
"description": "Easy browsing of Open edX modulestores",

@@ -5,0 +5,0 @@ "author": "Bertrand Marron",

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc