New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@upandgo/react-scorm-container

Package Overview
Dependencies
Maintainers
4
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@upandgo/react-scorm-container - npm Package Compare versions

Comparing version 2.1.0 to 2.1.1

2

dist/index.es.js

@@ -165,3 +165,3 @@ import { createRef, createElement, Component } from 'react';

var relativeUrl = content.manifest.resources[0].resource[0].$.href;
var endUrl = "" + imsmanifestUrl.replace("imsmanifest.xml", "") + relativeUrl.replace("./", "");
var endUrl = "" + imsmanifestUrl.replace("imsmanifest.xml", "" + relativeUrl.replace("./", ""));
return endUrl;

@@ -168,0 +168,0 @@ };

@@ -169,3 +169,3 @@ 'use strict';

var relativeUrl = content.manifest.resources[0].resource[0].$.href;
var endUrl = "" + imsmanifestUrl.replace("imsmanifest.xml", "") + relativeUrl.replace("./", "");
var endUrl = "" + imsmanifestUrl.replace("imsmanifest.xml", "" + relativeUrl.replace("./", ""));
return endUrl;

@@ -172,0 +172,0 @@ };

{
"name": "@upandgo/react-scorm-container",
"version": "2.1.0",
"version": "2.1.1",
"description": "A React component acting as a LMS, listening to SCORM API events and reacting to SCORM API call.",

@@ -5,0 +5,0 @@ "author": "Sangrene",

Sorry, the diff of this file is not supported yet

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