makeup-exit-emitter
Advanced tools
Comparing version 0.0.4 to 0.1.0
{ | ||
"name": "makeup-exit-emitter", | ||
"description": "Emits custom 'focusExit' event when keyboard focus has exited an element and all of it's descendants", | ||
"version": "0.0.4", | ||
"version": "0.1.0", | ||
"main": "index.js", | ||
@@ -22,7 +22,5 @@ "repository": "https://github.com/makeup-js/makeup-exit-emitter.git", | ||
"watch": "onchange src/*.js docs/index.js -- npm run build", | ||
"transpile": "babel src/index.js --out-file index.js" | ||
"transpile": "babel src/index.js --out-file index.js", | ||
"version": "npm run prepublishOnly && git add -A docs/static test/static" | ||
}, | ||
"pre-commit": [ | ||
"prepublishOnly" | ||
], | ||
"keywords": [ | ||
@@ -50,8 +48,7 @@ "makeup", | ||
"parallelshell": "^3", | ||
"pre-commit": "^1", | ||
"rimraf": "^2" | ||
}, | ||
"dependencies": { | ||
"custom-event-polyfill": "~0.3", | ||
"makeup-next-id": "~0.0" | ||
"custom-event-polyfill": "^1", | ||
"makeup-next-id": "~0.0.2" | ||
}, | ||
@@ -61,5 +58,4 @@ "files": [ | ||
"index.js", | ||
"util.js", | ||
"yarn.lock" | ||
] | ||
} |
Sorry, the diff of this file is not supported yet
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
16
0
169905
6
85
+ Addedcustom-event-polyfill@1.0.7(transitive)
- Removedcustom-event-polyfill@0.3.0(transitive)
Updatedcustom-event-polyfill@^1
Updatedmakeup-next-id@~0.0.2