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
186
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 3.1.3 to 3.2.0

2

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

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

@@ -13,7 +13,6 @@ import { Actions, Classes, Rels } from '../../hypermedia-constants.js';

}
return this._entity
.getSubEntitiesByRel('item')
.filter(entity => entity.hasClass(Classes.conditions.legacyCondition))
.map(entity => ({ id: entity.properties.conditionId, text: entity.title }));
.map(entity => ({ id: entity.properties.conditionId, text: entity.title, tagListText: entity.properties.tagListText }));
}

@@ -20,0 +19,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