@kdujs/shared-canary
Advanced tools
Comparing version 3.20240101.0 to 3.20240108.0-minor.0
@@ -115,3 +115,3 @@ 'use strict'; | ||
[16]: `FULL_PROPS`, | ||
[32]: `NEED_HYDRATION`, | ||
[32]: `HYDRATE_EVENTS`, | ||
[64]: `STABLE_FRAGMENT`, | ||
@@ -118,0 +118,0 @@ [128]: `KEYED_FRAGMENT`, |
@@ -115,3 +115,3 @@ 'use strict'; | ||
[16]: `FULL_PROPS`, | ||
[32]: `NEED_HYDRATION`, | ||
[32]: `HYDRATE_EVENTS`, | ||
[64]: `STABLE_FRAGMENT`, | ||
@@ -118,0 +118,0 @@ [128]: `KEYED_FRAGMENT`, |
@@ -132,7 +132,6 @@ /** | ||
/** | ||
* Indicates an element that requires props hydration | ||
* (but not necessarily patching) | ||
* e.g. event listeners & k-bind with prop modifier | ||
* Indicates an element with event listeners (which need to be attached | ||
* during hydration) | ||
*/ | ||
NEED_HYDRATION = 32, | ||
HYDRATE_EVENTS = 32, | ||
/** | ||
@@ -139,0 +138,0 @@ * Indicates a fragment whose children order doesn't change. |
@@ -111,3 +111,3 @@ function makeMap(str, expectsLowerCase) { | ||
[16]: `FULL_PROPS`, | ||
[32]: `NEED_HYDRATION`, | ||
[32]: `HYDRATE_EVENTS`, | ||
[64]: `STABLE_FRAGMENT`, | ||
@@ -114,0 +114,0 @@ [128]: `KEYED_FRAGMENT`, |
{ | ||
"name": "@kdujs/shared-canary", | ||
"version": "3.20240101.0", | ||
"version": "3.20240108.0-minor.0", | ||
"description": "internal utils shared across @kdujs packages", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
71961
1675
2