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
3
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 1.0.4 to 1.0.5

1

dist/index.es.js

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

} },
createElement("button", null, "Quitter le LMS"),
createElement("iframe", { ref: this.scormIFrame, src: this.props.bridgeUrl + "?id=" + this.state.moduleUrl, width: this.props.width || "100%", height: this.props.height || "100%", allowFullScreen: true, style: {

@@ -236,0 +235,0 @@ minWidth: this.props.width || "100vw",

@@ -237,3 +237,2 @@ 'use strict';

} },
React.createElement("button", null, "Quitter le LMS"),
React.createElement("iframe", { ref: this.scormIFrame, src: this.props.bridgeUrl + "?id=" + this.state.moduleUrl, width: this.props.width || "100%", height: this.props.height || "100%", allowFullScreen: true, style: {

@@ -240,0 +239,0 @@ minWidth: this.props.width || "100vw",

2

package.json
{
"name": "@upandgo/react-scorm-container",
"version": "1.0.4",
"version": "1.0.5",
"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