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

makeup-exit-emitter

Package Overview
Dependencies
Maintainers
5
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

makeup-exit-emitter - npm Package Compare versions

Comparing version 0.2.6 to 0.3.0

dist/index.js

3

browser.json
{
"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 @@ ],

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