react-bindings
Advanced tools
Comparing version 1.2.1 to 1.2.2
{ | ||
"name": "react-bindings", | ||
"version": "1.2.1", | ||
"version": "1.2.2", | ||
"description": "Data bindings for React", | ||
@@ -35,3 +35,3 @@ "keywords": [ | ||
"dependencies": { | ||
"client-run-queue": "^1.1.0", | ||
"client-run-queue": "^1.1.3", | ||
"is-promise": "^4.0.0", | ||
@@ -38,0 +38,0 @@ "lodash": "^4.17.21" |
@@ -16,4 +16,4 @@ # react-bindings | ||
- using useBindingEffect, which triggers a callback whenever the associated bindings change | ||
- using BindingsConsumer, which runs a render function whenever the associated bindings change | ||
- using `useBindingEffect`, which triggers a callback whenever the associated bindings change | ||
- using `BindingsConsumer`, which runs a render function whenever the associated bindings change | ||
@@ -160,2 +160,4 @@ ```typescript | ||
[API Docs](https://panchain.github.io/react-bindings/) | ||
<!-- Definitions --> | ||
@@ -162,0 +164,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
193041
170
Updatedclient-run-queue@^1.1.3