makeup-expander
Advanced tools
Comparing version 0.8.7 to 0.9.0
{ | ||
"dependencies":[ | ||
"require-run: custom-event", | ||
"require: ./index.js" | ||
"require: ./dist/index.js" | ||
] | ||
} |
{ | ||
"name": "makeup-expander", | ||
"version": "0.8.7", | ||
"version": "0.9.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.5", | ||
"resolved": "https://registry.npmjs.org/makeup-exit-emitter/-/makeup-exit-emitter-0.2.5.tgz", | ||
"integrity": "sha512-izJELTHYQ0X24upVrn8yOduUKPdUDEZxgLlEHHR5myOhen9QjHGxX0IOTKtZp2PZviI63dIY/EzUi5SIsocTdg==", | ||
"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-focusables": { | ||
"version": "0.0.5", | ||
"resolved": "https://registry.npmjs.org/makeup-focusables/-/makeup-focusables-0.0.5.tgz", | ||
"integrity": "sha512-64FMsmJ6icCZTrXdHex12JQu4sPdFVX2qFRFNxnDco4ZT+PzFaGKC8rWPeXE+Cy/7TtjKViXjO1FePts8wAaeA==" | ||
"version": "0.2.0", | ||
"resolved": "https://registry.npmjs.org/makeup-focusables/-/makeup-focusables-0.2.0.tgz", | ||
"integrity": "sha512-Pgt25/gD7M9Uq5AUA/Hw6YAewtD5uYD7wfWAKuE0tLNa4JUDyhsjdTHKKGy74eGNFCJgbpEvUJ1fjtZkNbwkWA==" | ||
}, | ||
"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": { | ||
@@ -31,0 +25,0 @@ "nanoid": "^2" |
{ | ||
"name": "makeup-expander", | ||
"description": "Creates the basic interactivity for an element that expands and collapses another element.", | ||
"version": "0.8.7", | ||
"main": "index.js", | ||
"version": "0.9.0", | ||
"main": "dist/index.js", | ||
"repository": "https://github.com/makeup/makeup-js/tree/master/packages/makeup-expander", | ||
@@ -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,9 @@ }, | ||
"dependencies": { | ||
"custom-event": "^1", | ||
"makeup-exit-emitter": "latest", | ||
"makeup-focusables": "latest", | ||
"makeup-next-id": "latest" | ||
"makeup-exit-emitter": "~0.3.0", | ||
"makeup-focusables": "~0.2.0", | ||
"makeup-next-id": "~0.2.0" | ||
}, | ||
"files": [ | ||
"browser.json", | ||
"index.js", | ||
"dist/index.js", | ||
"package-lock.json" | ||
@@ -31,0 +30,0 @@ ], |
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
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
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
3
19200
316
1
+ Addedmakeup-exit-emitter@0.3.1(transitive)
+ Addedmakeup-focusables@0.2.0(transitive)
+ Addedmakeup-next-id@0.2.00.3.0(transitive)
+ Addednanoid@2.1.11(transitive)
- Removedcustom-event@^1
- Removedcustom-event@1.0.1(transitive)
- Removedmakeup-exit-emitter@0.5.3(transitive)
- Removedmakeup-focusables@0.4.4(transitive)
- Removedmakeup-next-id@0.5.3(transitive)
Updatedmakeup-exit-emitter@~0.3.0
Updatedmakeup-focusables@~0.2.0
Updatedmakeup-next-id@~0.2.0