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.59.0 to 2.60.0

2

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

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

@@ -11,2 +11,8 @@ import { Classes } from '../../hypermedia-constants.js';

}
isAllGroups() {
if (!this._entity) {
return false;
}
return this._entity.hasClass(Classes.discussions.allGroups);
}
isSection() {

@@ -18,2 +24,8 @@ if (!this._entity) {

}
isAllSections() {
if (!this._entity) {
return false;
}
return this._entity.hasClass(Classes.discussions.allSections);
}
name() {

@@ -20,0 +32,0 @@ if (!this._entity) {

@@ -390,3 +390,5 @@ export const Rels = {

groupCategory: 'group-category',
section: 'section'
section: 'section',
allGroups: 'all-groups',
allSections: 'all-sections'
},

@@ -393,0 +395,0 @@ enrollments: {

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