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 3.2.1 to 3.2.2-1523952156059

4

package.json
{
"name": "@cerebral/inferno",
"version": "3.2.1",
"version": "3.2.2-1523952156059",
"description": "Inferno view for Cerebral",

@@ -18,3 +18,3 @@ "main": "index.js",

"dependencies": {
"cerebral": "^4.2.1"
"cerebral": "^4.2.2-1523952156059"
},

@@ -21,0 +21,0 @@ "scripts": {

@@ -10,6 +10,7 @@ # @cerebral/inferno

## Container
```js
import { render } from 'inferno'
import {Controller} from 'cerebral'
import {Container} from '@cerebral/inferno'
import { Controller } from 'cerebral'
import { Container } from '@cerebral/inferno'
import App from './App'

@@ -26,10 +27,12 @@

render((
render(
<Container controller={controller}>
<App />
</Container>
), document.querySelector('#app'))
</Container>,
document.querySelector('#app')
)
```
## connect
```js

@@ -36,0 +39,0 @@ import { Component } from 'inferno'

Sorry, the diff of this file is not supported yet

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