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

vue-easter-egg-trigger

Package Overview
Dependencies
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vue-easter-egg-trigger - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

2

package.json
{
"name": "vue-easter-egg-trigger",
"version": "2.0.0",
"version": "2.0.1",
"description": "This packages makes it nice and easy to add Easter Egg triggers to your Vue site.",

@@ -5,0 +5,0 @@ "private": false,

@@ -36,2 +36,4 @@ import EasterEggComponent from './components/EasterEggComponent.vue';

export { EasterEggComponent };
export default EasterEggTrigger;

@@ -11,3 +11,4 @@ import Vue from 'vue';

new Vue({
name: 'App',
render: (h) => h(App),
}).$mount('#app');

@@ -203,3 +203,3 @@ import { findIndex, includes, isEqual, uniq } from 'lodash';

// Auto destroy $bus.$on //
if (egg.destroyBus) {
if (egg.destroyBus && egg.withBus) {
new EasterEggTriggerVueObj().$bus.$off(`${egg.name}`);

@@ -206,0 +206,0 @@ }

Sorry, the diff of this file is too big to display

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