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.5.10 to 1.5.11

7

edx_proctoring/static/proctoring/js/exam_action_handler.js

@@ -52,6 +52,11 @@ var edx = edx || {};

function createWorker(url) {
var blob = new Blob(["importScripts('" + location.origin + url + "');"], { "type": 'application/javascript' });
var blobUrl = window.URL.createObjectURL(blob);
return new Worker(blobUrl);
}
function workerPromiseForEventNames(eventNames) {
return function() {
var proctoringBackendWorker = new Worker(edx.courseware.proctored_exam.configuredWorkerURL);
var proctoringBackendWorker = createWorker(edx.courseware.proctored_exam.configuredWorkerURL);
return new Promise(function(resolve, reject) {

@@ -58,0 +63,0 @@ var responseHandler = function(e) {

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.5.10",
"version": "1.5.11",
"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