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
8
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 2.0.11-0 to 2.0.12-0

2

dist/utils.js

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

_images[child.replace('./', '/images/')] = child;
_images[child.replace('./', '')] = '/images/' + child;
}

@@ -47,0 +47,0 @@ } catch (err) {

{
"name": "buoy-config",
"version": "2.0.11-0",
"version": "2.0.12-0",
"description": "Common configuration files for Buoy clients",

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

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

for (let child of fs.readdirSync(path.join(__dirname, 'images'))) {
images[child.replace('./', '/images/')] = child
images[child.replace('./', '')] = '/images/' + child
}

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