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

@economist/component-bar-wrapper

Package Overview
Dependencies
Maintainers
5
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@economist/component-bar-wrapper - npm Package Compare versions

Comparing version 2.0.1 to 2.1.0

4

index.js

@@ -31,2 +31,3 @@ 'use strict';

close: _react2['default'].PropTypes.bool,
renderCloseButton: _react2['default'].PropTypes.func,
onClose: _react2['default'].PropTypes.func,

@@ -102,4 +103,5 @@ stillRenderWhenClosed: _react2['default'].PropTypes.bool

if (close) {
var CloseButtonComponent = this.props.renderCloseButton || 'span';
closeButton = _react2['default'].createElement(
'span',
CloseButtonComponent,
{ onClick: this.onClose,

@@ -106,0 +108,0 @@ className: closeWrapperClassNames.join(' '),

{
"name": "@economist/component-bar-wrapper",
"version": "2.0.1",
"version": "2.1.0",
"description": "A wrapper for a component that displays a horizontal bar of some sort",

@@ -5,0 +5,0 @@ "author": "The Economist (http://economist.com)",

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