inferno-component
Advanced tools
Comparing version 0.5.3 to 0.5.5
{ | ||
"name": "inferno-component", | ||
"version": "0.5.3", | ||
"version": "0.5.5", | ||
"license": "MPL-2.0", | ||
@@ -35,3 +35,3 @@ "description": "Provides ES2015 stateful components (with lifecycle events) to Inferno", | ||
"main": "../../dist/inferno-component.min.js", | ||
"repository": "https://github.com/trueadm/inferno/tree/dev/packages/inferno-component", | ||
"repository": "https://github.com/trueadm/inferno/tree/master/packages/inferno-component", | ||
"scripts": { | ||
@@ -38,0 +38,0 @@ "clean": "rimraf ../../coverage/ ../../dist/", |
@@ -18,3 +18,3 @@ # inferno-component | ||
``` | ||
class MyComponent extends InfernoComponent { | ||
class MyComponent extends InfernoComponent.Component { | ||
render() { | ||
@@ -21,0 +21,0 @@ return <div></div>; |
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 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
2027