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.25.0 to 2.25.1

2

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

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

@@ -244,3 +244,3 @@ import { Actions, Classes, Rels } from '../hypermedia-constants.js';

return availabilityStartDate.properties.dateType;
return availabilityStartDate.properties.dateType || availabilityStartDate.properties.availabilityType;
}

@@ -340,3 +340,3 @@

return availabilityEndDate.properties.dateType;
return availabilityEndDate.properties.dateType || availabilityEndDate.properties.availabilityType;
}

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