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

react-scrollbars-custom

Package Overview
Dependencies
Maintainers
1
Versions
92
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-scrollbars-custom - npm Package Compare versions

Comparing version 4.0.11 to 4.0.12

dist/rsc.esm.js

4

CHANGELOG.md
# CHANGELOG
## v4.0.12
Reverted the dist ESM filenames from `.mjs` to `.esm.js` due to lack of functionality of node modules system.
## v4.0.11

@@ -4,0 +8,0 @@

10

package.json
{
"name": "react-scrollbars-custom",
"description": "The best React custom scrollbars component",
"version": "4.0.11",
"version": "4.0.12",
"repository": {

@@ -29,4 +29,4 @@ "type": "git",

"main": "dist/rsc.js",
"module": "dist/rsc.mjs",
"esnext": "dist/rsc.next.mjs",
"module": "dist/rsc.esm.js",
"esnext": "dist/rsc.next.esm.js",
"types": "dist/types/index.d.ts",

@@ -41,5 +41,5 @@ "files": [

"dependencies": {
"cnbuilder": "^1.1.4",
"cnbuilder": "^1.1.6",
"react-draggable": "^3.3.0",
"zoom-level": "^1.2.3"
"zoom-level": "^1.2.4"
},

@@ -46,0 +46,0 @@ "devDependencies": {

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