johnnydepp
johnnydepp copied to clipboard
A tiny dependency manager for modern browsers (992 bytes)
Somebody HAD to do it.
eg: ``` function imp(moduleJs) { depp.define({moduleJs:moduleJs}) return new Promise(function (resolve, reject) { depp.require(moduleJs, function () { resolve('OK') }) })//pro }//() ``` Something like this would return a promise after a...
Hi Everyone, I just wanted to let you know that I just released a new version of JohnnyDepp (v0.1.0) that includes an important bugfix to detect cross-domain CSS load failures...
Bumps [yargs-parser](https://github.com/yargs/yargs-parser) and [yargs](https://github.com/yargs/yargs). These dependencies needed to be updated together. Updates `yargs-parser` from 5.0.0-security.0 to 5.0.1 Changelog Sourced from yargs-parser's changelog. 5.0.1 (2021-03-10) Bug Fixes security: address GHSA-p9pc-299p-vxgp (#362)...
Bumps [shelljs](https://github.com/shelljs/shelljs) from 0.3.0 to . [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...
Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.0.4 to 3.0.8. Commits 782c264 3.0.8 6ade2da fix: trim pattern a6f52b0 3.0.7 e4cd434 fix: treat nocase:true as always having magic e6bbe1c publishConfig for 3.0 5b7cd33 3.0.6 20b4b56...
I found surprising me behaviour. If I use `depp.done` in callback, I can't `depp.require` it at once: `depp.require(['dep1', 'dep1 cb done'], finalCb);`. [Demo](https://plnkr.co/edit/G8QtdfvMRZnAB5Rt) As a workaround I use two `depp.require`:...
Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2. Release notes Sourced from decode-uri-component's releases. v0.2.2 Prevent overwriting previously decoded tokens 980e0bf https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.1...v0.2.2 v0.2.1 Switch to GitHub workflows 76abc93 Fix issue where decode...