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

app-bar

Package Overview
Dependencies
Maintainers
1
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

app-bar - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

6

CHANGELOG.md

@@ -7,4 +7,8 @@ # Changelog

## [1.0.0]
## [1.0.1] - 2018-05-02
### Fixed
- Fix incorrect equality operator when checking for changed `disabled` prop
## [1.0.0] - 2018-05-02
### Added
- Initial Release

2

index.js

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

var disabled = this.props.disabled;
if (disabled !== wasDisabled) {
if (disabled === wasDisabled) {
return;

@@ -99,0 +99,0 @@ }

{
"name": "app-bar",
"version": "1.0.0",
"version": "1.0.1",
"description": "An app bar for React that stays out of your way",

@@ -5,0 +5,0 @@ "licence": "MIT",

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