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.116.0 to 2.117.0

2

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

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

@@ -43,7 +43,16 @@ /**

sectionDeleted() {
return this._entity?.properties?.sectionDeleted;
}
onOrganizationChange(onChange) {
const organizationHref = this.organizationHref();
if (!organizationHref) {
// setTimeout to allow caller to finish other work before calling onChange.
setTimeout(() => onChange(null), 0);
return;
}
// _subEntity builds new sub entity and allows this object to track it.
// So all sub entities are disposed when this object is disposed.
organizationHref && this._subEntity(OrganizationEntity, organizationHref, onChange);
this._subEntity(OrganizationEntity, organizationHref, onChange);
}

@@ -50,0 +59,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