Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@brightspace-hmc/siren-sdk

Package Overview
Dependencies
Maintainers
2
Versions
189
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@brightspace-hmc/siren-sdk - npm Package Compare versions

Comparing version 2.47.0 to 2.48.0

src/activities/ActivityEvaluationEntity.js

2

package.json
{
"name": "@brightspace-hmc/siren-sdk",
"version": "2.47.0",
"version": "2.48.0",
"type": "module",

@@ -5,0 +5,0 @@ "description": "",

@@ -695,2 +695,10 @@ import { Actions, Classes, Rels } from '../hypermedia-constants.js';

getEvaluationsHref() {
if (!this._entity || !this._entity.hasLinkByRel(Rels.Activities.evaluation)) {
return;
}
return this._entity.getLinkByRel(Rels.Activities.evaluation).href;
}
alignmentsHref() {

@@ -697,0 +705,0 @@ if (!this._entity || !this._entity.hasLinkByRel(Rels.Alignments.alignments)) {

@@ -77,3 +77,4 @@ export const Rels = {

associateGrade: 'https://activities.api.brightspace.com/rels/associate-grade',
associateMultipleGrades: 'https://activities.api.brightspace.com/rels/associate-multiple-grades'
associateMultipleGrades: 'https://activities.api.brightspace.com/rels/associate-multiple-grades',
evaluation: 'https://activities.api.brightspace.com/rels/evaluation',
},

@@ -615,2 +616,5 @@ Conditions: {

},
evaluation: {
updateEvaluation: 'update-evaluation',
},
save: 'save',

@@ -617,0 +621,0 @@ filterWorkToDo: 'filter-work-to-do'

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