react-dnd-scrolling
Advanced tools
Comparing version 1.3.0 to 1.3.1
{ | ||
"name": "react-dnd-scrolling", | ||
"version": "1.3.0", | ||
"version": "1.3.1", | ||
"description": "A cross browser solution to scrolling during drag and drop.", | ||
"main": "lib/cjs/index.js", | ||
"type": "module", | ||
@@ -9,7 +10,7 @@ "exports": { | ||
"import": "./lib/esm/util.js", | ||
"require": "./lib/cjs/util.cjs" | ||
"require": "./lib/cjs/util.js" | ||
}, | ||
"default": { | ||
"import": "./lib/esm/index.js", | ||
"require": "./lib/cjs/index.cjs" | ||
"require": "./lib/cjs/index.js" | ||
} | ||
@@ -16,0 +17,0 @@ }, |
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
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
38205
0