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

4

dist/container.d.ts

@@ -9,5 +9,3 @@ import * as React from "react";

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

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

@@ -14,2 +14,3 @@ export declare type SCORMVersion = "1.2" | "2004";

timestamp: number;
sessionId: string;
}

@@ -16,0 +17,0 @@ export interface IncomingMessage {

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