@cerebral/inferno
Advanced tools
Comparing version 4.0.4 to 4.1.0-1551020966578
{ | ||
"name": "@cerebral/inferno", | ||
"version": "4.0.4", | ||
"version": "4.1.0-1551020966578", | ||
"description": "Inferno view for Cerebral", | ||
@@ -17,3 +17,3 @@ "main": "index.js", | ||
"dependencies": { | ||
"cerebral": "^5.0.4" | ||
"cerebral": "^5.1.0-1551020966578" | ||
}, | ||
@@ -20,0 +20,0 @@ "scripts": { |
@@ -33,3 +33,3 @@ # @cerebral/inferno | ||
import { connect } from '@cerebral/inferno' | ||
import { state, sequences } from 'cerebral/proxy' | ||
import { state, sequences } from 'cerebral' | ||
@@ -39,4 +39,4 @@ // Stateless | ||
{ | ||
foo: state.foo, | ||
onClick: sequences.onClick | ||
foo: state`foo`, | ||
onClick: sequences`onClick` | ||
}, | ||
@@ -43,0 +43,0 @@ function MyComponent ({foo, onClick}) { |
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
21552
2