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 3.11.4 to 3.11.5

6

edx_proctoring/static/proctoring/js/exam_action_handler.js

@@ -143,2 +143,6 @@ /* globals accessible_modal:false */

var pingInterval = edx.courseware.proctored_exam.ProctoringAppPingInterval;
var startIntervalInMilliseconds;
if (pingInterval) {
startIntervalInMilliseconds = pingInterval * 1000;
}

@@ -151,3 +155,3 @@ e.preventDefault();

if (shouldUseWorker) {
workerPromiseForEventNames(actionToMessageTypesMap[action])(pingInterval)
workerPromiseForEventNames(actionToMessageTypesMap[action])(startIntervalInMilliseconds)
.then(updateExamAttemptStatusPromise(actionUrl, action))

@@ -154,0 +158,0 @@ .then(reloadPage)

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": "3.11.4",
"version": "3.11.5",
"main": "edx_proctoring/static/index.js",

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

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