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
187
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.132.0 to 2.133.0

2

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

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

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

recommendAlignmentsEndpoint() {
if (!this._entity || !this._entity.hasLinkByRel(Rels.Assignments.recommendAlignments)) {
return;
}
return this._entity.getLinkByRel(this._entity.getLinkByRel(Rels.Assignments.recommendAlignments)).href;
}
instructionsHref() {
if (!this._entity || !this._entity.hasLinkByRel(Rels.Assignments.instructionsText)) {
return;
}
return this._entity.getLinkByRel(this._entity.getLinkByRel(Rels.Assignments.instructionsText)).href;
}
/**

@@ -26,0 +40,0 @@ * @returns {bool} Whether or not the edit name action is present on the assignment entity

@@ -117,3 +117,5 @@ export const Rels = {

notificationEmail: 'https://assignments.api.brightspace.com/rels/notification-email',
categories: 'https://assignments.api.brightspace.com/rels/categories'
categories: 'https://assignments.api.brightspace.com/rels/categories',
instructionsText: 'https://assignments.api.brightspace.com/rels/instructions-text',
recommendAlignments: 'https://assignments.api.brightspace.com/rels/recommend-alignments'
},

@@ -120,0 +122,0 @@ // Awards

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