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

@edx/edx-proctoring

Package Overview
Dependencies
Maintainers
11
Versions
232
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@edx/edx-proctoring - npm Package Compare versions

Comparing version 1.6.2 to 1.7.1

17

edx_proctoring/static/proctoring/js/exam_action_handler.js

@@ -119,2 +119,17 @@ /* globals accessible_modal:false */

edx.courseware.proctored_exam = edx.courseware.proctored_exam || {};
edx.courseware.proctored_exam.updateStatusHandler = function() {
var $this = $(this);
var actionUrl = $this.data('change-state-url');
var action = $this.data('action');
updateExamAttemptStatusPromise(actionUrl, action)()
.then(reloadPage)
.catch(errorHandlerGivenMessage(
$this,
gettext('Error Ending Exam'),
gettext(
'Something has gone wrong ending your exam. ' +
'Please reload the page and start again.'
)
));
};
edx.courseware.proctored_exam.examStartHandler = function(e) {

@@ -176,3 +191,3 @@ var $this = $(this);

'Something has gone wrong ending your exam. ' +
'Please double-check that the application is running.'
'Please double-check that the application is running.'
)

@@ -179,0 +194,0 @@ ));

2

package.json

@@ -5,3 +5,3 @@ {

"//": "Note that the version format is slightly different than that of the Python version when using prereleases.",
"version": "1.6.2",
"version": "1.7.1",
"main": "edx_proctoring/static/index.js",

@@ -8,0 +8,0 @@ "repository": {

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