Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

makeup-expander

Package Overview
Dependencies
Maintainers
5
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

makeup-expander - npm Package Compare versions

Comparing version 0.8.4 to 0.8.5

package-lock.json

4

index.js

@@ -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
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc