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.2 to 0.1.3-alpha.0

.babelrc

29

package.json
{
"name": "vue-epic-bus",
"version": "0.1.2",
"version": "0.1.3-alpha.0",
"description": "Bus plugin for vue.js",
"author": "Yauheni Prakopchyk",
"private": false,
"module": "index.js",
"main": "index.js",
"main": "dist/index.js",
"module": "dist/index.esm.js",
"repository": {

@@ -16,10 +16,23 @@ "type": "git",

},
"dependencies": {
"tslib": "^1.9.3"
},
"peerDependencies": {
"vue": "^2.0"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 8"
]
"devDependencies": {
"@babel/cli": "^7.2.3",
"@babel/core": "^7.4.0",
"@babel/plugin-proposal-class-properties": "^7.4.0",
"@babel/plugin-proposal-object-rest-spread": "^7.4.0",
"@babel/preset-env": "^7.4.1",
"@babel/preset-typescript": "^7.3.2",
"rollup-plugin-babel": "^4.3.2",
"rollup-plugin-commonjs": "^9.3.4",
"rollup-plugin-node-resolve": "^4.2.3",
"rollup-plugin-typescript2": "^0.20.1",
"typescript": "^3.4.3",
"vue": "^2.0"
},
"sideEffects": false
}
# vue-epic-bus
Emit and subscribe to global bus from your components
## Gist
* Minimal boilerplate.
* Vue flavour.
* Can't be used outside of vue components (intended).
* No memory leaks.
## Installation

@@ -5,0 +12,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