@hscmap/inertial-wheel
Advanced tools
Comparing version 0.5.1 to 0.5.2
{ | ||
"name": "@hscmap/inertial-wheel", | ||
"version": "0.5.1", | ||
"version": "0.5.2", | ||
"main": "./lib/index.js", | ||
@@ -22,4 +22,4 @@ "types": "./lib/index.d.ts", | ||
"dependencies": { | ||
"@hscmap/magic-trackpad-detector": "^0.1.0" | ||
"@hscmap/magic-trackpad-detector": "^0.0.4" | ||
} | ||
} |
# InertialWheel | ||
* InertialWheel wraps native WheelEvent and emit pseudo wheel events with inertial motion. | ||
* InertialWheel wraps native WheelEvent and emits pseudo wheel events with inertial motion. | ||
* [Working Demo](https://michitaro.github.io/inertial-wheel) | ||
@@ -76,2 +76,2 @@ | ||
} | ||
``` | ||
``` |
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
16570
77
+ Added@hscmap/magic-trackpad-detector@0.0.4(transitive)
- Removed@hscmap/magic-trackpad-detector@0.1.0(transitive)