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

@bufferapp/components

Package Overview
Dependencies
Maintainers
33
Versions
216
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bufferapp/components - npm Package Compare versions

Comparing version 3.5.2 to 3.6.0

2

CHANGELOG.md
# Changelog
## 3.6.0 (February 9, 2023)
- Add new properties `height` and `maxHeight` for Popover.
## 3.5.0 (September 28, 2022)

@@ -3,0 +5,0 @@ - Add new grayLight color.

2

package.json
{
"name": "@bufferapp/components",
"version": "3.5.2",
"version": "3.6.0",
"description": "A shared set of UI Components",

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

@@ -19,2 +19,4 @@ import React from 'react';

width,
height,
maxHeight,
onOverlayClick,

@@ -44,2 +46,4 @@ transparentOverlay,

right,
height,
maxHeight,
zIndex: modal,

@@ -66,2 +70,4 @@ },

width: PropTypes.string,
height: PropTypes.string,
maxHeight: PropTypes.string,
onOverlayClick: PropTypes.func,

@@ -68,0 +74,0 @@ transparentOverlay: PropTypes.bool,

Sorry, the diff of this file is not supported yet

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