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

buoy-burger

Package Overview
Dependencies
Maintainers
14
Versions
50
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

buoy-burger - npm Package Compare versions

Comparing version 4.0.3 to 4.1.0

5

dist/index.js

@@ -32,6 +32,7 @@ "use strict";

var color = _ref.color,
onClick = _ref.onClick;
onClick = _ref.onClick,
ariaLabel = _ref.ariaLabel;
return _react2.default.createElement(
Container,
{ onClick: onClick },
{ "aria-label": ariaLabel, onClick: onClick },
_react2.default.createElement(

@@ -38,0 +39,0 @@ "svg",

{
"name": "buoy-burger",
"version": "4.0.3",
"version": "4.1.0",
"description": "Buoy burger svg component",

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

"styled-components": ">=3.2.6"
}
},
"gitHead": "5a8db9e1f6941f23267a7b7ca9a8fcb1b4400708"
}

8

src/index.js

@@ -17,5 +17,5 @@ import React from "react"

const Burger = ({color, onClick}) => (
<Container onClick={onClick}>
<svg
const Burger = ({color, onClick, ariaLabel}) => (
<Container aria-label={ariaLabel} onClick={onClick}>
<svg
width="22px"

@@ -32,3 +32,3 @@ height="17px"

strokeLinecap="round">
<g
<g
transform="translate(-283.000000, -14.000000)"

@@ -35,0 +35,0 @@ stroke={color}

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