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 0.1.23 to 0.1.24

2

CHANGELOG.md
# Change Log
All notable changes to the "vue-easter-egg-trigger" plugin will be documented in this file.
## v0.1.23
## v0.1.24
April 27, 2021
[main] Initial release (webdevnerdstuff)
{
"name": "vue-easter-egg-trigger",
"version": "0.1.23",
"version": "0.1.24",
"description": "This packages makes it nice and easy to add Easter Egg triggers to your Vue site.",

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

@@ -5,3 +5,3 @@

![GitHub package.json version](https://img.shields.io/github/package-json/v/webdevnerdstuff/vue-easter-egg-trigger) [![NPM_PACKAGE](https://img.shields.io/badge/NPM%20-Package-%23cb3837)](https://github.com/webdevnerdstuff/vue-easter-egg-trigger) [![GitHub license](https://img.shields.io/github/license/webdevnerdstuff/vue-easter-egg-trigger)](https://github.com/webdevnerdstuff/vue-easter-egg-trigger/blob/main/LICENSE.md)
![GitHub package.json version](https://img.shields.io/github/package-json/v/webdevnerdstuff/vue-easter-egg-trigger) [![NPM_PACKAGE](https://img.shields.io/badge/NPM%20-Package-%23cb3837)](https://www.npmjs.com/package/vue-easter-egg-trigger) [![GitHub license](https://img.shields.io/github/license/webdevnerdstuff/vue-easter-egg-trigger)](https://github.com/webdevnerdstuff/vue-easter-egg-trigger/blob/main/LICENSE.md)

@@ -30,6 +30,6 @@ This packages makes it nice and easy to add Easter Egg triggers to your Vue site.

:----- | :------ | :----- | :-----
delay | Integer | 500 | Determins the timeout before the event lister resets
keys | Array | ['ArrowUp', 'ArrowUp', 'ArrowDown', 'ArrowDown', 'ArrowLeft', 'ArrowRight', 'ArrowLeft', 'ArrowRight', 'b', 'a'] | The keys a user needs to enter to trigger the easter egg. The default combination is the konami code.
pattern | Array | [38, 38, 40, 40, 37, 39, 37, 39, 66, 65] | The keyCode a user enters to trigger the easter egg. This is a fallback for the keys option as it is depreciated.
type | String | keydown | The type of action the trigger will be listening for
delay | Integer | 500 | Determines the timeout before the event lister resets.
keys | Array | ['ArrowUp', 'ArrowUp', 'ArrowDown', 'ArrowDown', 'ArrowLeft', 'ArrowRight', 'ArrowLeft', 'ArrowRight', 'b', 'a'] | The key/click combination a user does to trigger easter egg. The default combination is the konami code.
pattern | Array | [38, 38, 40, 40, 37, 39, 37, 39, 66, 65] | The key combination a user does to trigger easter egg. (fallback for keys)
type | String | keydown | The type of action the trigger will be listening for.

@@ -182,2 +182,6 @@ ##### Overriding the plugin default options

## Demo
Coming soon to a farm near you.
## Change Log

@@ -184,0 +188,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