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

@cerebral/vue

Package Overview
Dependencies
Maintainers
6
Versions
270
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cerebral/vue - npm Package Compare versions

Comparing version 4.2.0-1570356110414 to 4.2.0-1570365149941

4

package.json
{
"name": "@cerebral/vue",
"version": "4.2.0-1570356110414",
"version": "4.2.0-1570365149941",
"description": "Vue.js view for Cerebral",

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

"dependencies": {
"cerebral": "^5.2.0-1570356110414"
"cerebral": "^5.2.0-1570365149941"
},

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

@@ -19,20 +19,14 @@ # @cerebral/vue

var vue = new Vue({
el: '#app',
components: {
container: Container(app)
}
})
new Vue({
render: h =>
h({
components: {
Container: Container(app),
AppComponent: AppComponent
},
template: "<Container><AppComponent></AppComponent></Container>"
})
}).$mount("#app");
```
**Note!** The HTML of the root element must use the _container_:
```html
<div id="app">
<container>
<my-component></my-component>
</container>
</div>
```
## connect

@@ -39,0 +33,0 @@

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