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

buoy-config

Package Overview
Dependencies
Maintainers
9
Versions
143
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

buoy-config - npm Package Compare versions

Comparing version 4.0.19-alpha.5 to 4.0.19-alpha.6

2

dist/utils.js

@@ -223,3 +223,3 @@ 'use strict';

legalItems[i][x] = replaceLinkReference(legalItems[i][x]);
legalItems[i][x].href = getAbsoluteUrl(link.href, baseUrl);
legalItems[i][x].href = getAbsoluteUrl(legalItems[i][x].href, baseUrl);
}

@@ -226,0 +226,0 @@ }

{
"name": "buoy-config",
"version": "4.0.19-alpha.5",
"version": "4.0.19-alpha.6",
"description": "Common configuration files for Buoy clients",

@@ -13,3 +13,3 @@ "main": "dist/index.js",

},
"gitHead": "afa4649a4926894015b928f1c62b1a1b893738e3"
"gitHead": "b6ea1a08ebacc253065aacd8e6753c4043d1138e"
}

@@ -193,3 +193,3 @@ import navConfig from "./configurations/nav.json"

legalItems[i][x] = replaceLinkReference(legalItems[i][x])
legalItems[i][x].href = getAbsoluteUrl(link.href, baseUrl)
legalItems[i][x].href = getAbsoluteUrl(legalItems[i][x].href, baseUrl)
}

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