@brightspace-hmc/siren-sdk
Advanced tools
Comparing version 2.75.1 to 2.76.0
{ | ||
"name": "@brightspace-hmc/siren-sdk", | ||
"version": "2.75.1", | ||
"version": "2.76.0", | ||
"type": "module", | ||
@@ -5,0 +5,0 @@ "description": "", |
@@ -29,2 +29,6 @@ import { Entity } from '../es6/Entity.js'; | ||
showPendingEnrollmentRequests() { | ||
return this._entity && this._entity.properties && this._entity.properties.ShowPendingEnrollmentRequests; | ||
} | ||
showUnattemptedQuizzes() { | ||
@@ -31,0 +35,0 @@ return this._entity && this._entity.properties && this._entity.properties.ShowUnattemptedQuizzes; |
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
384955
10600