@solid-primitives/keyboard
Advanced tools
Comparing version 1.0.7 to 1.0.8
{ | ||
"name": "@solid-primitives/keyboard", | ||
"version": "1.0.7", | ||
"version": "1.0.8", | ||
"description": "A library of reactive promitives helping handling user's keyboard input.", | ||
@@ -84,5 +84,5 @@ "author": "Damian Tarnwski <gthetarnav@gmail.com>", | ||
"dependencies": { | ||
"@solid-primitives/event-listener": "^2.2.6", | ||
"@solid-primitives/rootless": "^1.2.3", | ||
"@solid-primitives/utils": "^5.0.0" | ||
"@solid-primitives/event-listener": "^2.2.7", | ||
"@solid-primitives/rootless": "^1.2.5", | ||
"@solid-primitives/utils": "^5.2.1" | ||
}, | ||
@@ -89,0 +89,0 @@ "peerDependencies": { |
@@ -140,3 +140,3 @@ <p> | ||
}, | ||
{ preventDefault: false, requireReset: true } | ||
{ preventDefault: false, requireReset: true }, | ||
); | ||
@@ -143,0 +143,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
23401