inferno-vnode-flags
Advanced tools
Comparing version 1.0.0-beta9 to 1.0.1
{ | ||
"name": "inferno-vnode-flags", | ||
"version": "1.0.0-beta9", | ||
"version": "1.0.1", | ||
"license": "MIT", | ||
@@ -11,5 +11,5 @@ "description": "Provides an enum of all possible VNode Flags used when calling Inferno.createVNode", | ||
"bugs": { | ||
"url": "https://github.com/trueadm/inferno/issues" | ||
"url": "https://github.com/infernojs/inferno/issues" | ||
}, | ||
"homepage": "https://github.com/trueadm/inferno#readme", | ||
"homepage": "https://github.com/infernojs/inferno#readme", | ||
"keywords": [ | ||
@@ -33,6 +33,6 @@ "babel", | ||
"main": "inferno-vnode-flags.js", | ||
"repository": "https://github.com/trueadm/inferno", | ||
"repository": "https://github.com/infernojs/inferno", | ||
"dependencies": { | ||
"inferno": "1.0.0-beta9" | ||
"inferno": "1.0.1" | ||
} | ||
} | ||
} |
@@ -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
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
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
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
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
2302
4
0
0
45
+ Addedinferno@1.0.1(transitive)
- Removedinferno@1.0.0-beta9(transitive)
Updatedinferno@1.0.1