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.62.0 to 2.63.0

2

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

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

@@ -306,9 +306,12 @@ import { Actions, Classes, Rels } from '../hypermedia-constants.js';

const datesEntity = this._getSubEntityByClass('dates');
if (!datesEntity) return;
if (datesEntity) {
const action = datesEntity.getActionByName(Actions.activities.update);
if (!action) return;
const action = datesEntity.getActionByName(Actions.activities.update);
if (!action) return;
const displayInCalendar = action.getFieldByName('displayInCalendar');
return displayInCalendar && displayInCalendar.value;
const displayInCalendar = action.getFieldByName('displayInCalendar');
return displayInCalendar && displayInCalendar.value;
} else {
const displayInCalendar = this.hasClass(Classes.dates.displayInCalendar);
return displayInCalendar;
}
}

@@ -315,0 +318,0 @@

@@ -371,3 +371,4 @@ export const Rels = {

issueDate: 'issue-date',
startDate: 'start-date'
startDate: 'start-date',
displayInCalendar: 'display-in-calendar'
},

@@ -374,0 +375,0 @@ availabilityDates: {

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