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 2.0.0 to 2.0.1

5

CHANGELOG.md

@@ -5,2 +5,7 @@ # Change Log

<a name="2.0.1"></a>
## [2.0.1](https://gitlab.com/iiroj/app-bar/compare/v2.0.0...v2.0.1) (2018-10-12)
<a name="2.0.0"></a>

@@ -7,0 +12,0 @@ # [2.0.0](https://gitlab.com/iiroj/app-bar/compare/v1.8.6...v2.0.0) (2018-10-12)

12

index.d.ts
import * as React from 'react';
export interface BaseProps {
declare type Omit<T, K extends keyof T> = Pick<T, Exclude<keyof T, K>>;
declare type PartialHTMLElement = Omit<React.HTMLProps<HTMLDivElement>, 'children' | 'className' | 'ref'>;
interface BaseProps extends PartialHTMLElement {
readonly children: any;

@@ -7,10 +9,2 @@ readonly className?: string;

}
export declare type AppBarProps = BaseProps & {
readonly innerRef?: React.RefObject<any>;
};
export declare type AppBarState = {
scroll: number;
ref: React.RefObject<HTMLDivElement>;
top: number;
};
declare const _default: React.ComponentType<BaseProps & {

@@ -17,0 +11,0 @@ ref?: React.RefObject<any> | undefined;

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

@@ -5,0 +5,0 @@ "license": "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