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
188
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.86.0 to 2.87.0

2

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

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

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

/**
* @returns {Array} Available completion criteria values for this activity, for use with the updateCompletionCriteria action
*/
availableCriteria() {
const completionCriteriaEntity = this._getSubEntityByClass(Classes.content.completionCriteria);
if (!completionCriteriaEntity) {
return;
}
return completionCriteriaEntity.properties.availableCriteria;
}
/**
* @returns {Array} Enabled completion criteria values for this activity, for use with the updateCompletionCriteria action

@@ -95,0 +108,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