New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@cerebral/react

Package Overview
Dependencies
Maintainers
5
Versions
270
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cerebral/react - npm Package Compare versions

Comparing version 4.0.0-1531254861331 to 4.0.0-1531921013522

4

index.d.ts
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": {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc