Socket
Socket
Sign inDemoInstall

@xobotyi/scrollbar-width

Package Overview
Dependencies
0
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.9.3 to 1.9.4

7

CHANGELOG.md

@@ -0,1 +1,8 @@

## [1.9.4](https://github.com/xobotyi/scrollbar-width/compare/v1.9.3...v1.9.4) (2020-03-02)
### Bug Fixes
* **lint:** rename interface to pass linting; ([a81601b](https://github.com/xobotyi/scrollbar-width/commit/a81601be0b19427d9024d9da149859d18051c79f))
## [1.9.3](https://github.com/xobotyi/scrollbar-width/compare/v1.9.2...v1.9.3) (2020-02-24)

@@ -2,0 +9,0 @@

4

dist/index.d.ts

@@ -1,5 +0,5 @@

export interface ScrollbarWidth {
export interface IScrollbarWidth {
(force?: boolean): number | undefined;
__cache?: number;
}
export declare const scrollbarWidth: ScrollbarWidth;
export declare const scrollbarWidth: IScrollbarWidth;
{
"name": "@xobotyi/scrollbar-width",
"version": "1.9.3",
"version": "1.9.4",
"publishConfig": {

@@ -5,0 +5,0 @@ "access": "public"

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc