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

buoy-text

Package Overview
Dependencies
Maintainers
4
Versions
105
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

buoy-text - npm Package Compare versions

Comparing version 1.1.10 to 1.1.11

2

dist/components/Link.js

@@ -8,3 +8,3 @@ "use strict";

var _templateObject = _taggedTemplateLiteral(["\n text-decoration: ", ";\n color: ", ";\n\n strong {\n color: ", ";\n } \n"], ["\n text-decoration: ", ";\n color: ", ";\n\n strong {\n color: ", ";\n } \n"]);
var _templateObject = _taggedTemplateLiteral(["\n text-decoration: ", ";\n color: ", ";\n cursor: pointer;\n\n strong {\n color: ", ";\n } \n"], ["\n text-decoration: ", ";\n color: ", ";\n cursor: pointer;\n\n strong {\n color: ", ";\n } \n"]);

@@ -11,0 +11,0 @@ var _styledComponents = require("styled-components");

{
"name": "buoy-text",
"version": "1.1.10",
"version": "1.1.11",
"description": "Basic Buoy text styles",

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

@@ -9,2 +9,3 @@ import styled from "styled-components"

color: ${props => props.theme.colors[props.color]};
cursor: pointer;

@@ -11,0 +12,0 @@ strong {

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