Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

buoy-theme

Package Overview
Dependencies
Maintainers
16
Versions
91
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

buoy-theme - npm Package Compare versions

Comparing version 7.0.1 to 7.1.0

8

dist/colors.js

@@ -46,4 +46,10 @@ "use strict";

availabilityMed: "#ffca67",
availabilityLow: "#ff3d49"
availabilityLow: "#ff3d49",
answerSelected: "#2e7d32",
answerFocused: "#196cff",
answerFocusedBorder: "#6aa0fe",
answerBackground: "#e4f4f5",
answerError: "#de1214",
answerDefaultBackground: "#f7f7f7"
};
exports["default"] = colors;

2

package.json
{
"name": "buoy-theme",
"version": "7.0.1",
"version": "7.1.0",
"description": "",

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

@@ -42,4 +42,10 @@ const colors = {

availabilityLow: "#ff3d49",
answerSelected: "#2e7d32",
answerFocused: "#196cff",
answerFocusedBorder: "#6aa0fe",
answerBackground: "#e4f4f5",
answerError: "#de1214",
answerDefaultBackground: "#f7f7f7",
}
export { colors as default }
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