makeup-exit-emitter
Advanced tools
Comparing version 0.2.4 to 0.2.5
@@ -55,5 +55,3 @@ 'use strict'; // requires CustomEvent polyfill for IE | ||
var FocusExitEmitter = | ||
/*#__PURE__*/ | ||
function () { | ||
var FocusExitEmitter = /*#__PURE__*/function () { | ||
function FocusExitEmitter(el) { | ||
@@ -60,0 +58,0 @@ _classCallCheck(this, FocusExitEmitter); |
{ | ||
"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.4", | ||
"version": "0.2.5", | ||
"main": "index.js", | ||
"repository": "https://github.com/makeup-js/makeup-exit-emitter.git", | ||
"repository": "https://github.com/makeup/makeup-js/tree/master/packages/makeup-exit-emitter", | ||
"author": "Ian McBurnie <ianmcburnie@hotmail.com>", | ||
"license": "MIT", | ||
"scripts": { | ||
"start": "npm run build && parallelshell \"npm run server\" \"npm run watch\"", | ||
"test": "karma start --autoWatch false --singleRun true", | ||
"prepublishOnly": "npm run clean && npm run lint && npm run build && npm run test && npm run transpile:module", | ||
"prep": "npm run prepublishOnly", | ||
"build": "npm run transpile:module && npm run build:docs", | ||
"build:docs": "npm run transpile:docs && npm run bundle:docs", | ||
"fix": "eslint src/index.js --fix", | ||
"lint": "eslint src/index.js > lint.txt && eslint docs/src/index.js > lint.txt", | ||
"clean": "npm run clean:docs && npm run clean:tests", | ||
"clean:docs": "rimraf docs/transpiled/index.js", | ||
"clean:tests": "rimraf lint.txt coverage", | ||
"transpile:module": "babel src/index.js --out-file index.js", | ||
"transpile:docs": "mkdirp docs/transpiled && babel docs/src/index.js --out-file docs/transpiled/index.js", | ||
"bundle:docs": "webpack --config webpack.docs.js", | ||
"server": "browser-sync start -s --ss docs --index docs/index.html --files docs/index.html docs/bundled/docs.min.js", | ||
"watch": "onchange src/index.js docs/src/index.js -- npm run build", | ||
"version": "npm run prepublishOnly && git add -A docs/bundled" | ||
"compile": "babel src/index.js --out-file index.js", | ||
"clean": "rimraf *.log .DS_Store" | ||
}, | ||
@@ -34,31 +19,5 @@ "keywords": [ | ||
], | ||
"devDependencies": { | ||
"@babel/cli": "^7", | ||
"@babel/core": "^7", | ||
"@babel/preset-env": "^7", | ||
"@ebay/browserslist-config": "^1", | ||
"browser-sync": "^2", | ||
"core-js-pure": "^3", | ||
"coveralls": "^3", | ||
"eslint": "^6", | ||
"eslint-config-ebay": "^1", | ||
"istanbul-instrumenter-loader": "^3", | ||
"jasmine-core": "^3", | ||
"karma": "^4", | ||
"karma-chrome-launcher": "^3", | ||
"karma-coverage": "^2", | ||
"karma-coverage-istanbul-reporter": "^2", | ||
"karma-jasmine": "^3", | ||
"karma-webpack": "^4", | ||
"mkdirp": "^1", | ||
"nodelist-foreach-polyfill": "^1", | ||
"onchange": "^6", | ||
"parallelshell": "3.0.1", | ||
"rimraf": "^3", | ||
"webpack": "^4", | ||
"webpack-cli": "^3" | ||
}, | ||
"dependencies": { | ||
"custom-event": "^1", | ||
"makeup-next-id": "~0.1.2" | ||
"makeup-next-id": "^0.1.3" | ||
}, | ||
@@ -68,7 +27,8 @@ "files": [ | ||
"index.js", | ||
"yarn.lock" | ||
"package-lock.json" | ||
], | ||
"browserslist": [ | ||
"extends @ebay/browserslist-config" | ||
] | ||
], | ||
"gitHead": "662ccb65a1c2dd54299366995d5371db515f7f61" | ||
} |
# makeup-exit-emitter | ||
<p> | ||
<a href="https://travis-ci.org/makeup-js/makeup-exit-emitter"><img src="https://api.travis-ci.org/makeup-js/makeup-exit-emitter.svg?branch=master" alt="Build Status" /></a> | ||
<a href='https://coveralls.io/github/makeup-js/makeup-exit-emitter?branch=master'><img src='https://coveralls.io/repos/makeup-js/makeup-exit-emitter/badge.svg?branch=master&service=github' alt='Coverage Status' /></a> | ||
<a href="https://david-dm.org/makeup-js/makeup-exit-emitter"><img src="https://david-dm.org/makeup-js/makeup-exit-emitter.svg" alt="Dependency status" /></a> | ||
<a href="https://david-dm.org/makeup-js/makeup-exit-emitter#info=devDependencies"><img src="https://david-dm.org/makeup-js/makeup-exit-emitter/dev-status.svg" alt="devDependency status" /></a> | ||
</p> | ||
A vanilla JavaScript port of <a href="https://github.com/makeup-jquery/jquery-focus-exit">jquery-focus-exit</a>. | ||
@@ -56,11 +49,3 @@ | ||
* [makeup-next-id](https://github.com/makeup-js/makeup-next-id) | ||
* [makeup-next-id](https://github.com/makeup/makeup-js/packages/makeup-next-id) | ||
* [custom-event](https://github.com/webmodules/custom-event) (for IE) | ||
## CI Build | ||
https://travis-ci.org/makeup-js/makeup-exit-emitter | ||
## Code Coverage | ||
https://coveralls.io/github/makeup-js/makeup-exit-emitter |
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
0
100
7102
51
Updatedmakeup-next-id@^0.1.3