@upandgo/react-scorm-provider
Advanced tools
Comparing version 0.1.9 to 0.1.10
@@ -61,4 +61,4 @@ import React from "react"; | ||
export declare const withScorm: <T extends | ||
| React.FunctionComponent | ||
| React.ComponentClass | ||
| React.ClassicComponent>() => (component: T) => T; | ||
| React.FunctionComponent<any> | ||
| React.ComponentClass<any> | ||
| React.ClassicComponent<any>>() => (component: T<any>) => T<any>; |
{ | ||
"name": "@upandgo/react-scorm-provider", | ||
"version": "0.1.9", | ||
"version": "0.1.10", | ||
"description": "Components to easily enable SCORM API communication in React projects.", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
30658