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

konami-code-js

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

konami-code-js - npm Package Compare versions

Comparing version 0.8.0 to 0.8.1

2

package.json
{
"name": "konami-code-js",
"version": "0.8.0",
"version": "0.8.1",
"description": "Fire a JavaScript Event when you enter the « Up Up Bottom Bottom Left Right Left Right B A » Konami Code Sequence.",

@@ -5,0 +5,0 @@ "main": "src/konami-code.js",

@@ -54,5 +54,5 @@ # KonamiCodeJS #

**Version**: 0.8.0
**Version**: 0.8.1
**Author:** [Bruno Lesieur](http://www.lesieur.name/)
**Author:** [Bruno Lesieur](https://www.lesieur.name/)

@@ -306,3 +306,3 @@ * [KonamiCode](#KonamiCode)

```js
var KonamiCode = require("konami-code");
var KonamiCode = require("konami-code-js");

@@ -314,2 +314,2 @@ new KonamiCode(function () {

});
```
```

@@ -7,3 +7,3 @@ /* global define, module */

* @version 0.8.0
* @author {@link http://www.lesieur.name/|Bruno Lesieur}
* @author {@link https://www.lesieur.name/|Bruno Lesieur}
* @param {Object|Function} [options] - Container for all options. If type of `options` is Function, it is executed after Konami Code Sequence has been recognize.

@@ -10,0 +10,0 @@ * @param {Function} [options.callback] - If `options` is not a Function, `options.callback` is executed after Konami Code Sequence has been entered. The first parameter provided by the callback is current instance of KonamiCode.

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