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.60.0 to 2.61.0

2

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

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

@@ -119,2 +119,16 @@ import { Actions, Classes, Rels } from '../../hypermedia-constants.js';

}
equals(restrictionsEntity) {
const diffs = [
[restrictionsEntity.isUnRestricted, this.isUnRestricted()]
];
for (const [current, initial] of diffs) {
if (current !== initial) {
return false;
}
}
return true;
}
}
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