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
0
Versions
186
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 3.2.1 to 3.3.0

2

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

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

@@ -31,20 +31,6 @@ import { Actions, Classes, Rels } from '../../hypermedia-constants.js';

instructionsHref() {
if (!this._entity || !this._entity.hasLinkByRel(Rels.Assignments.instructionsText)) {
return;
}
return this._entity.getLinkByRel(Rels.Assignments.instructionsText).href;
}
instructionsPartialHref() {
outcomesTerm() {
if (!this._entity || !this._entity.properties) {
return;
}
return this._entity.properties['instructions-text-partial-url'];
}
outcomesKey() {
if (!this._entity || !this._entity.properties) {
return;
}
return this._entity.properties['outcomes-term'];

@@ -51,0 +37,0 @@ }

@@ -118,3 +118,2 @@ export const Rels = {

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'

@@ -121,0 +120,0 @@ },

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