Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@cerebral/inferno

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/inferno - npm Package Compare versions

Comparing version 4.0.4 to 4.1.0-1551020966578

4

package.json
{
"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}) {

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