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.4.1 to 1.4.2

4

CHANGELOG.md

@@ -7,2 +7,6 @@ # Changelog

## [1.4.2] - 2018-06-01
### Changed
- Update packages
## [1.4.1] - 2018-05-21

@@ -9,0 +13,0 @@ ### Changed

7

index.d.ts

@@ -1,2 +0,1 @@

/// <reference types="react" />
import * as React from 'react';

@@ -22,8 +21,8 @@ export interface AppBarProps {

private handleScroll;
private addEventListener();
private removeEventListener();
private addEventListener;
private removeEventListener;
componentDidMount(): void;
componentDidUpdate({disabled: wasDisabled}: AppBarProps): void;
componentDidUpdate({ disabled: wasDisabled }: AppBarProps): void;
componentWillUnmount(): void;
render(): JSX.Element;
}
{
"name": "app-bar",
"version": "1.4.1",
"version": "1.4.2",
"description": "An app bar for React that stays out of your way",

@@ -22,6 +22,7 @@ "licence": "MIT",

"peerDependencies": {
"react": "^16.3.2"
"react": "^16.4.0",
"react-dom": "^16.4.0"
},
"devDependencies": {
"@types/react": "^16.3.14",
"@types/react": "^16.3.16",
"@types/react-dom": "^16.0.5",

@@ -31,5 +32,5 @@ "css-wipe": "^4.3.0",

"parcel-bundler": "^1.8.1",
"prettier": "^1.12.1",
"react": "^16.3.2",
"react-dom": "^16.3.2",
"prettier": "^1.13.3",
"react": "^16.4.0",
"react-dom": "^16.4.0",
"tslint": "^5.10.0",

@@ -40,3 +41,3 @@ "tslint-config-prettier": "^1.13.0",

"tslint-react": "^3.6.0",
"typescript": "^2.8.3"
"typescript": "^2.9.1"
},

@@ -43,0 +44,0 @@ "keywords": [

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