makeup-exit-emitter
Advanced tools
Comparing version 0.3.0 to 0.3.1
@@ -7,3 +7,3 @@ 'use strict'; | ||
function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; } | ||
function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; } | ||
@@ -10,0 +10,0 @@ var nextID = require('makeup-next-id'); |
{ | ||
"name": "makeup-exit-emitter", | ||
"description": "Emits custom 'focusExit' event when keyboard focus has exited an element and all of it's descendants", | ||
"version": "0.3.0", | ||
"version": "0.3.1", | ||
"main": "dist/index.js", | ||
@@ -20,3 +20,3 @@ "repository": "https://github.com/makeup/makeup-js/tree/master/packages/makeup-exit-emitter", | ||
"dependencies": { | ||
"makeup-next-id": "~0.2.0" | ||
"makeup-next-id": "~0.3.0" | ||
}, | ||
@@ -23,0 +23,0 @@ "files": [ |
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
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
6424
5
84
+ Addedmakeup-next-id@0.3.0(transitive)
- Removedmakeup-next-id@0.2.0(transitive)
- Removednanoid@2.1.11(transitive)
Updatedmakeup-next-id@~0.3.0