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.3 to 4.0.19-alpha.4

2

dist/utils.js

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

if (legalItems[i][x].type === "link") {
var link = replaceLinkReference(legalItems[i]);
var link = replaceLinkReference(legalItems[i][x]);
link.href = getAbsoluteUrl(link.href, baseUrl);

@@ -227,0 +227,0 @@ items.push(link);

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

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

},
"gitHead": "d4e6a20a0c82cb965aae73797ecb9a02806d8e07"
"gitHead": "e0c96113d268af7f87ceef50b8fbda79f520d69f"
}

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

if (legalItems[i][x].type === "link") {
let link = replaceLinkReference(legalItems[i])
let link = replaceLinkReference(legalItems[i][x])
link.href = getAbsoluteUrl(link.href, baseUrl)

@@ -197,0 +197,0 @@ items.push(link)

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