New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@brightspace-hmc/siren-sdk

Package Overview
Dependencies
Maintainers
2
Versions
192
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.122.0 to 2.123.0

2

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

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

@@ -52,2 +52,9 @@ import { Actions } from '../../hypermedia-constants.js';

/**
* @returns {number|undefined} Depth of the content-module item
*/
depth() {
return this._entity && this._entity.properties && this._entity.properties.depth;
}
/**
* Updates the module to have the given description

@@ -109,2 +116,3 @@ * @param {string} richText description to set on the module

[this.title(), contentModule.title],
[this.depth(), contentModule.depth],
[this.descriptionRichText(), contentModule.descriptionRichText],

@@ -111,0 +119,0 @@ [this.rawDescriptionRichText(), contentModule.rawDescriptionRichText]

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