inferno-vnode-flags
Advanced tools
Comparing version 1.0.0-beta36 to 1.0.0-beta37
{ | ||
"name": "inferno-vnode-flags", | ||
"version": "1.0.0-beta36", | ||
"version": "1.0.0-beta37", | ||
"license": "MIT", | ||
@@ -34,4 +34,4 @@ "description": "Provides an enum of all possible VNode Flags used when calling Inferno.createVNode", | ||
"dependencies": { | ||
"inferno": "1.0.0-beta36" | ||
"inferno": "1.0.0-beta37" | ||
} | ||
} |
@@ -17,3 +17,3 @@ export default { | ||
SelectElement: 1 << 11, | ||
Void: 1 << 12, | ||
Void: 1 << 12 | ||
}; |
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
2307
+ Addedinferno@1.0.0-beta37(transitive)
- Removedinferno@1.0.0-beta36(transitive)
Updatedinferno@1.0.0-beta37