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

3

dist/utils.js

@@ -235,5 +235,2 @@ 'use strict';

sideBarMainLinks[i].href = getAbsoluteUrl(sideBarMainLinks[i].href, baseUrl);
if (sideBarMainLinks[i].action && sideBarMainLinks[i].action in actions) {
sideBarMainLinks[i].onClick = actions[sideBarMainLinks[i].action];
}
}

@@ -240,0 +237,0 @@

4

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

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

},
"gitHead": "b6ea1a08ebacc253065aacd8e6753c4043d1138e"
"gitHead": "3c2c885a703c206de85a2e4180110ec11dcea197"
}

@@ -205,5 +205,2 @@ import navConfig from "./configurations/nav.json"

sideBarMainLinks[i].href = getAbsoluteUrl(sideBarMainLinks[i].href, baseUrl)
if (sideBarMainLinks[i].action && sideBarMainLinks[i].action in actions) {
sideBarMainLinks[i].onClick = actions[sideBarMainLinks[i].action]
}
}

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