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.3.0 to 0.4.0

9

lib/course.js

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

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

@@ -313,0 +322,0 @@

3

lib/models/course.js

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

]
}
},
advanced_modules: [String]
}

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

{
"name": "edx-modulestore",
"version": "0.3.0",
"version": "0.4.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