react-scrollbars-custom
Advanced tools
Comparing version 4.0.11 to 4.0.12
# 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 @@ |
{ | ||
"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": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
243105
Updatedcnbuilder@^1.1.6
Updatedzoom-level@^1.2.4