inferno-vnode-flags
Advanced tools
Comparing version 8.2.3 to 9.0.0-alpha.1
@@ -29,3 +29,3 @@ export declare const enum VNodeFlags { | ||
export declare const enum ChildFlags { | ||
UnknownChildren = 0, | ||
UnknownChildren = 0,// When zero is passed children will be normalized | ||
HasInvalidChildren = 1, | ||
@@ -32,0 +32,0 @@ HasVNodeChildren = 2, |
{ | ||
"name": "inferno-vnode-flags", | ||
"version": "8.2.3", | ||
"version": "9.0.0-alpha.1", | ||
"license": "MIT", | ||
"type": "module", | ||
"exports": { | ||
".": { | ||
"import": "./dist/index.mjs", | ||
"require": "./index.cjs" | ||
} | ||
}, | ||
"description": "Provides an enum of all possible VNode Flags used when calling Inferno.createVNode", | ||
@@ -40,5 +47,4 @@ "author": { | ||
], | ||
"main": "index.js", | ||
"module": "dist/index.esm.js", | ||
"dev:module": "dist/index.dev.esm.js", | ||
"module": "dist/index.mjs", | ||
"dev:module": "dist/index.dev.mjs", | ||
"typings": "dist/index.d.ts", | ||
@@ -50,3 +56,3 @@ "repository": { | ||
}, | ||
"gitHead": "6a482641d2405c46a1c9374d889312d98ca9a4a5" | ||
"gitHead": "902106d6b6abf20cd7fd6353bb9bd30dd5a7af4a" | ||
} |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
0
Yes
18883
10
234
1
1