makeup-expander
Advanced tools
Comparing version 0.8.4 to 0.8.5
@@ -118,5 +118,3 @@ 'use strict'; // requires CustomEvent polyfill for IE | ||
module.exports = | ||
/*#__PURE__*/ | ||
function () { | ||
module.exports = /*#__PURE__*/function () { | ||
function _class(el, selectedOptions) { | ||
@@ -123,0 +121,0 @@ _classCallCheck(this, _class); |
{ | ||
"name": "makeup-expander", | ||
"description": "Creates the basic interactivity for an element that expands and collapses another element.", | ||
"version": "0.8.4", | ||
"version": "0.8.5", | ||
"main": "index.js", | ||
"repository": "https://github.com/makeup-js/makeup-expander.git", | ||
"repository": "https://github.com/makeup/makeup-js/tree/master/packages/makeup-expander", | ||
"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,34 +19,7 @@ "keywords": [ | ||
], | ||
"devDependencies": { | ||
"@babel/cli": "^7", | ||
"@babel/core": "^7", | ||
"@babel/preset-env": "^7", | ||
"@ebay/browserslist-config": "^1", | ||
"babel-plugin-transform-object-assign": "^6", | ||
"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-exit-emitter": "~0.2.4", | ||
"makeup-focusables": "~0.0.4", | ||
"makeup-next-id": "~0.1.2" | ||
"makeup-exit-emitter": "latest", | ||
"makeup-focusables": "latest", | ||
"makeup-next-id": "latest" | ||
}, | ||
@@ -71,3 +29,3 @@ "files": [ | ||
"index.js", | ||
"yarn.lock" | ||
"package-lock.json" | ||
], | ||
@@ -74,0 +32,0 @@ "browserslist": [ |
# makeup-expander | ||
<p> | ||
<a href="https://travis-ci.org/makeup-js/makeup-expander"><img src="https://api.travis-ci.org/makeup-js/makeup-expander.svg?branch=master" alt="Build Status" /></a> | ||
<a href='https://coveralls.io/github/makeup-js/makeup-expander?branch=master'><img src='https://coveralls.io/repos/makeup-js/makeup-expander/badge.svg?branch=master&service=github' alt='Coverage Status' /></a> | ||
<a href="https://david-dm.org/makeup-js/makeup-expander"><img src="https://david-dm.org/makeup-js/makeup-expander.svg" alt="Dependency status" /></a> | ||
<a href="https://david-dm.org/makeup-js/makeup-expander#info=devDependencies"><img src="https://david-dm.org/makeup-js/makeup-expander/dev-status.svg" alt="devDependency status" /></a> | ||
</p> | ||
Creates the basic interactivity for an element that expands and collapses another element. | ||
@@ -151,5 +144,5 @@ | ||
* [makeup-exit-emitter](https://github.com/makeup-js/makeup-exit-emitter) | ||
* [makeup-focusables](https://github.com/makeup-js/makeup-focusables) | ||
* [makeup-next-id](https://github.com/makeup-js/makeup-next-id) | ||
* [makeup-exit-emitter](https://github.com/makeup/makeup-js/tree/master/packages/makeup-exit-emitter) | ||
* [makeup-focusables](https://github.com/makeup/makeup-js/tree/master/packages/makeup-focusables) | ||
* [makeup-next-id](https://github.com/makeup/makeup-js/tree/master/packages/makeup-next-id) | ||
* [custom-event](https://github.com/webmodules/custom-event) (for IE) | ||
@@ -160,9 +153,1 @@ | ||
None | ||
## CI Build | ||
https://travis-ci.org/makeup-js/makeup-expander | ||
## Code Coverage | ||
https://coveralls.io/github/makeup-js/makeup-expander |
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 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
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 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
344
20124
152
+ Addedmakeup-exit-emitter@0.5.3(transitive)
+ Addedmakeup-focusables@0.4.4(transitive)
+ Addedmakeup-next-id@0.5.3(transitive)
- Removedmakeup-exit-emitter@0.2.6(transitive)
- Removedmakeup-focusables@0.0.5(transitive)
- Removedmakeup-next-id@0.1.3(transitive)
- Removednanoid@2.1.11(transitive)
Updatedmakeup-exit-emitter@latest
Updatedmakeup-focusables@latest
Updatedmakeup-next-id@latest