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.0.0 to 4.0.0-1514099265786

6

lib/Hoc.js

@@ -38,3 +38,3 @@ 'use strict';

if (!controller) {
(0, _cerebral.throwError)('Can not find controller, did you remember to use the Container component? Read more at: https://cerebraljs.com/docs/views/inferno.html');
(0, _cerebral.throwError)('Can not find controller, did you remember to use the Container component? Read more at: http://cerebraljs.com/docs/api/components.html#inferno');
}

@@ -61,4 +61,4 @@

_createClass(BaseComponent, [{
key: 'componentDidMount',
value: function componentDidMount() {
key: 'componentWillMount',
value: function componentWillMount() {
this.view.mount();

@@ -65,0 +65,0 @@ }

{
"name": "@cerebral/inferno",
"version": "3.0.0",
"version": "4.0.0-1514099265786",
"description": "Inferno view for Cerebral",

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

"dependencies": {
"cerebral": "^4.0.0"
"cerebral": "^5.0.0-1514099265786"
},

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

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