@cerebral/react
Advanced tools
Comparing version 4.0.0-1531254861331 to 4.0.0-1531921013522
import * as React from 'react' | ||
/* eslint-disable-next-line no-unused-vars */ | ||
import { ResolveValue, IResolve } from 'function-tree' | ||
import { BaseControllerClass } from 'cerebral'; | ||
import { BaseControllerClass, Get } from 'cerebral' | ||
@@ -20,4 +20,2 @@ export type IReactComponent<P = any> = | ||
type Get = <T>(typePath: T) => T | ||
type Reaction = <T>(name: string, deps: T, cb: (deps: T & { get: Get }) => void) => void | ||
@@ -24,0 +22,0 @@ |
{ | ||
"name": "@cerebral/react", | ||
"version": "4.0.0-1531254861331", | ||
"version": "4.0.0-1531921013522", | ||
"description": "React view for Cerebral", | ||
@@ -20,3 +20,3 @@ "main": "index.js", | ||
"dependencies": { | ||
"cerebral": "^5.0.0-1531254861331" | ||
"cerebral": "^5.0.0-1531921013522" | ||
}, | ||
@@ -23,0 +23,0 @@ "scripts": { |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
23668
248
1