konami-code-js
Advanced tools
Comparing version 0.8.0 to 0.8.1
{ | ||
"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. |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
313
72666
17