New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@studyportals/domain-client

Package Overview
Dependencies
Maintainers
0
Versions
160
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@studyportals/domain-client - npm Package Compare versions

Comparing version 4.16.0 to 4.17.0

2

package.json
{
"name": "@studyportals/domain-client",
"version": "4.16.0",
"version": "4.17.0",
"description": "Responsible for fetching data from the Domain API",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -13,3 +13,15 @@ export interface ISitemapArticleInfo {

*/
shouldBeInSitemap(): boolean;
shouldBeInSitemapForMasters(): boolean;
/**
* @return boolean
*/
shouldBeInSitemapForBachelors(): boolean;
/**
* @return boolean
*/
shouldBeInSitemapForPhd(): boolean;
/**
* @return boolean
*/
shouldBeInSitemapForShortCourses(): boolean;
}
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