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

overlayscrollbars

Package Overview
Dependencies
Maintainers
1
Versions
75
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

overlayscrollbars - npm Package Compare versions

Comparing version 2.4.0 to 2.4.1

2

browser/overlayscrollbars.browser.es5.min.js
/*!
* OverlayScrollbars
* Version: 2.4.0
* Version: 2.4.1
*

@@ -5,0 +5,0 @@ * Copyright (c) Rene Haas | KingSora.

/*!
* OverlayScrollbars
* Version: 2.4.0
* Version: 2.4.1
*

@@ -5,0 +5,0 @@ * Copyright (c) Rene Haas | KingSora.

# Changelog
## 2.4.1
### Improvements
- Add compatibility `exports` field to `package.json` so the `'overlayscrollbars/styles/overlayscrollbars.css'` import works in all node versions. [#570](https://github.com/KingSora/OverlayScrollbars/issues/570)
## 2.4.0

@@ -4,0 +10,0 @@

{
"name": "overlayscrollbars",
"version": "2.4.0",
"version": "2.4.1",
"description": "A scrollbar plugin that hides native scrollbars, provides custom styleable overlay scrollbars and keeps the native functionality and feeling.",

@@ -33,3 +33,5 @@ "author": "Rene Haas | KingSora",

},
"./overlayscrollbars.css": "./styles/overlayscrollbars.css"
"./package.json": "./package.json",
"./overlayscrollbars.css": "./styles/overlayscrollbars.css",
"./styles/overlayscrollbars.css": "./styles/overlayscrollbars.css"
},

@@ -36,0 +38,0 @@ "sideEffects": [

@@ -78,3 +78,3 @@ <div align="center">

> __Note__: In older nodejs versions use `'overlayscrollbars/styles/overlayscrollbars.css'` as the import path for the CSS file.
> __Note__: If the path `'overlayscrollbars/overlayscrollbars.css'` is not working use `'overlayscrollbars/styles/overlayscrollbars.css'` as the import path for the CSS file.

@@ -81,0 +81,0 @@ ### Manual download & embedding

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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