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.0.0 to 2.1.0

1

dist/container.d.ts

@@ -10,2 +10,3 @@ import * as React from "react";

commitCallback: (state: LMSState, eventList: SCORMEvent[]) => void;
sessionId?: string;
};

@@ -12,0 +13,0 @@ declare type State = {

2

dist/index.es.js

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

_this.state = {
sessionId: index_browser()
sessionId: props.sessionId || index_browser()
};

@@ -271,0 +271,0 @@ return _this;

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

_this.state = {
sessionId: index_browser()
sessionId: props.sessionId || index_browser()
};

@@ -275,0 +275,0 @@ return _this;

{
"name": "@upandgo/react-scorm-container",
"version": "2.0.0",
"version": "2.1.0",
"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