makeup-exit-emitter
Advanced tools
Comparing version 0.2.6 to 0.3.0
{ | ||
"dependencies":[ | ||
"require-run: custom-event", | ||
"require: ./index.js" | ||
"require: ./dist/index.js" | ||
] | ||
} |
{ | ||
"name": "makeup-exit-emitter", | ||
"version": "0.2.6", | ||
"version": "0.3.0", | ||
"lockfileVersion": 1, | ||
"requires": true, | ||
"dependencies": { | ||
"custom-event": { | ||
"version": "1.0.1", | ||
"resolved": "https://registry.npmjs.org/custom-event/-/custom-event-1.0.1.tgz", | ||
"integrity": "sha1-XQKkaFCt8bSjF5RqOSj8y1v9BCU=" | ||
}, | ||
"makeup-next-id": { | ||
"version": "0.1.3", | ||
"resolved": "https://registry.npmjs.org/makeup-next-id/-/makeup-next-id-0.1.3.tgz", | ||
"integrity": "sha512-X0iLqUblyFBbGA78JCTpoXno08NseFOBx6ywTKk0+o1A/rqs1fAr6xdNLGSQhAwbppIztGS3ByjZ/t/Gd7Azdg==", | ||
"version": "0.2.0", | ||
"resolved": "https://registry.npmjs.org/makeup-next-id/-/makeup-next-id-0.2.0.tgz", | ||
"integrity": "sha512-zS6EUYHoKRQuYJRfpglwLP7Y1mRoYkQezX/zkMwV1xtlB5DozIA7o3uhQdZdIwzldM0PVwrdVEQT5PXx6XbBBA==", | ||
"requires": { | ||
@@ -17,0 +12,0 @@ "nanoid": "^2" |
{ | ||
"name": "makeup-exit-emitter", | ||
"description": "Emits custom 'focusExit' event when keyboard focus has exited an element and all of it's descendants", | ||
"version": "0.2.6", | ||
"main": "index.js", | ||
"version": "0.3.0", | ||
"main": "dist/index.js", | ||
"repository": "https://github.com/makeup/makeup-js/tree/master/packages/makeup-exit-emitter", | ||
@@ -10,3 +10,3 @@ "author": "Ian McBurnie <ianmcburnie@hotmail.com>", | ||
"scripts": { | ||
"compile": "babel src/index.js --out-file index.js", | ||
"compile": "babel src --out-dir dist", | ||
"clean": "rimraf *.log .DS_Store" | ||
@@ -21,8 +21,7 @@ }, | ||
"dependencies": { | ||
"custom-event": "^1", | ||
"makeup-next-id": "~0.1.3" | ||
"makeup-next-id": "~0.2.0" | ||
}, | ||
"files": [ | ||
"browser.json", | ||
"index.js", | ||
"dist/index.js", | ||
"package-lock.json" | ||
@@ -29,0 +28,0 @@ ], |
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
1
6996
104
+ Addedmakeup-next-id@0.2.0(transitive)
- Removedcustom-event@^1
- Removedcustom-event@1.0.1(transitive)
- Removedmakeup-next-id@0.1.3(transitive)
Updatedmakeup-next-id@~0.2.0