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

vue-epic-bus

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vue-epic-bus - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

2

index.js

@@ -1,1 +0,1 @@

export {BusPlugin} from './src/BusPlugin'
exports.BusPlugin = require('./src/BusPlugin').BusPlugin
{
"name": "vue-epic-bus",
"version": "0.1.1",
"version": "0.1.2",
"description": "Bus plugin for vue.js",

@@ -5,0 +5,0 @@ "author": "Yauheni Prakopchyk",

@@ -6,3 +6,3 @@ const defaultOptions = {

export class Bus {
class Bus {
constructor () {

@@ -40,3 +40,3 @@ // Subscribed components - array of closures

export const BusPlugin = {
const BusPlugin = {
install (Vue, options = {}) {

@@ -72,1 +72,3 @@ options = Object.assign({}, defaultOptions, options)

}
exports.BusPlugin = BusPlugin
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