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.5.2 to 1.0.0

9

lib/course.js

@@ -371,2 +371,11 @@ 'use strict';

}
},
showAnswer: {
get: function () {
return this._get('metadata.showanswer');
},
set: function (value) {
this._set('metadata.showanswer', value);
}
}

@@ -373,0 +382,0 @@ },

3

lib/models/course.js

@@ -49,3 +49,4 @@ var mongoose = require('mongoose');

},
advanced_modules: [String]
advanced_modules: [String],
showanswer: String
}

@@ -52,0 +53,0 @@ });

{
"name": "edx-modulestore",
"version": "0.5.2",
"version": "1.0.0",
"description": "Easy browsing of Open edX modulestores",

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

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