makeup-navigation-emitter
Advanced tools
Comparing version
{ | ||
"dependencies":[ | ||
"require-run: custom-event", | ||
"require-run: nodelist-foreach-polyfill", | ||
"require: ./index.js" | ||
"require: ./dist/index.js" | ||
] | ||
} |
{ | ||
"name": "makeup-navigation-emitter", | ||
"version": "0.3.8", | ||
"version": "0.4.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-exit-emitter": { | ||
"version": "0.2.6", | ||
"resolved": "https://registry.npmjs.org/makeup-exit-emitter/-/makeup-exit-emitter-0.2.6.tgz", | ||
"integrity": "sha512-Z96cKFAZ2MZNmu24qylOhStUNrNMDVAqJuDdfocH71/MN3dn23k9QhNr0mXFIs3c72Gyn1Wg5qqNbeO5ZTSMOQ==", | ||
"version": "0.3.0", | ||
"resolved": "https://registry.npmjs.org/makeup-exit-emitter/-/makeup-exit-emitter-0.3.0.tgz", | ||
"integrity": "sha512-vmEsvMSsbKpruRubJOnSxqipcuYDhpGRegxru8QC5tY0t63jm2CAAXhTvaH9XtNXxcyPSUuaHYh6nuu4pJWzCQ==", | ||
"requires": { | ||
"custom-event": "^1", | ||
"makeup-next-id": "~0.1.3" | ||
"makeup-next-id": "~0.2.0" | ||
} | ||
}, | ||
"makeup-key-emitter": { | ||
"version": "0.1.3", | ||
"resolved": "https://registry.npmjs.org/makeup-key-emitter/-/makeup-key-emitter-0.1.3.tgz", | ||
"integrity": "sha512-cykzWqrqGcL7f49QQHSPbocS2WrDcBv51ZhQNimhNhyHI5NCeU7wYUDiLet/6RstQIwhpGKt18U8BO585kUq8A==", | ||
"requires": { | ||
"custom-event": "^1" | ||
} | ||
"version": "0.2.0", | ||
"resolved": "https://registry.npmjs.org/makeup-key-emitter/-/makeup-key-emitter-0.2.0.tgz", | ||
"integrity": "sha512-n8a3leknN+jexvrLksez4TK4mDUkiqFQpQvpuPm10JzHQLHHgHGBLi5AcClfhOMuYIutHxD2VYzRVkpSP9+/iw==" | ||
}, | ||
"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": { | ||
@@ -41,9 +32,4 @@ "nanoid": "^2" | ||
"integrity": "sha512-s/snB+WGm6uwi0WjsZdaVcuf3KJXlfGl2LcxgwkEwJF0D/BWzVWAZW/XY4bFaiR7s0Jk3FPvlnepg1H1b1UwlA==" | ||
}, | ||
"nodelist-foreach-polyfill": { | ||
"version": "1.2.0", | ||
"resolved": "https://registry.npmjs.org/nodelist-foreach-polyfill/-/nodelist-foreach-polyfill-1.2.0.tgz", | ||
"integrity": "sha512-hPW0tSoi1gJ3diSOyjFYOsYLZjnxF04psobzKA5GGGCz3fKHnLODwgdyXQq2cddYlvmT3q+ZNEBrfBdMkYPLaA==" | ||
} | ||
} | ||
} |
{ | ||
"name": "makeup-navigation-emitter", | ||
"description": "Emits custom events based on keyboard navigation of one or two dimensional model", | ||
"version": "0.3.8", | ||
"main": "index.js", | ||
"version": "0.4.0", | ||
"main": "dist/index.js", | ||
"repository": "https://github.com/makeup/makeup-js/tree/master/packages/makeup-navigation-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,10 +21,8 @@ }, | ||
"dependencies": { | ||
"custom-event": "^1", | ||
"makeup-exit-emitter": "~0.2.6", | ||
"makeup-key-emitter": "~0.1.2", | ||
"nodelist-foreach-polyfill": "^1" | ||
"makeup-exit-emitter": "~0.3.0", | ||
"makeup-key-emitter": "~0.2.0" | ||
}, | ||
"files": [ | ||
"browser.json", | ||
"index.js", | ||
"dist/index.js", | ||
"package-lock.json" | ||
@@ -31,0 +29,0 @@ ], |
@@ -130,8 +130,1 @@ # makeup-navigation-emitter | ||
For all 3 events, the event detail object contains the `fromIndex` and `toIndex`. | ||
## Dependencies | ||
* [makeup-exit-emitter](https://github.com/makeup/makeup-js/tree/master/packages/makeup-exit-emitter) | ||
* [makeup-key-emitter](https://github.com/makeup/makeup-js/tree/master/packages/makeup-key-emitter) | ||
* [custom-event](https://github.com/webmodules/custom-event) (for IE11) | ||
* [nodelist-foreach-polyfill](https://github.com/imagitama/nodelist-foreach-polyfill) (for IE11) |
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
2
-50%17000
-7.63%280
-7.28%130
-5.11%1
Infinity%+ Added
+ Added
+ Added
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
Updated
Updated