import-map-overrides
import-map-overrides copied to clipboard
A browser and NodeJS javascript library for overriding import maps
This library probably should not be used in production, however it's not uncommon to sacrifice security for convenience. There's a good [guidance](https://github.com/single-spa/import-map-overrides/blob/main/docs/security.md) on practices to avoid security issues if devs...
When building `import-map-overrides-server.js` we get the following warning: ``` src/import-map-overrides-server.js → dist/import-map-overrides-server.js... babelHelpers: 'bundled' option was used by default. It is recommended to configure this option explicitly, read more here:...
Bumps [@adobe/css-tools](https://github.com/adobe/css-tools) from 4.3.1 to 4.3.2. Changelog Sourced from @adobe/css-tools's changelog. 4.3.2 / 2023-11-28 Fix redos vulnerability with specific crafted css string - CVE-2023-48631 Fix Problem parsing with :is() and...
Bumps [postcss](https://github.com/postcss/postcss) from 8.3.5 to 8.4.31. Release notes Sourced from postcss's releases. 8.4.31 Fixed \r parsing to fix CVE-2023-44270. 8.4.30 Improved source map performance (by @romainmenke). 8.4.29 Fixed Node#source.offset (by...
Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.22.5 to 7.23.2. Release notes Sourced from @babel/traverse's releases. v7.23.2 (2023-10-11) NOTE: This release also re-publishes @babel/core, even if it does not appear in the linked release...
When parsing an element like: ``` ``` the parser will throw an error [here](https://github.com/single-spa/import-map-overrides/blob/3b1308b3873ef4168cfc8e649f4bc08a42dd3a25/src/api/js-api.js#L210). Is this the expected behaviour? I would expect the page not be broken by such an...
Hello, I have made a small pull request to adjust the style of IMO table. Specifically, when the module name extends to multiple lines, the first column "status" was causing...
This fixes this issue: #68 Be sure to properly remove cookies when disabling an override. Add cookies when enabling an override Set Path for cookies so they work on different...
Based on inspecting my DOM, it looks like the library started adding these 2 additional attributes at some point. I'm not sure whether these also apply to the other override...
Hi, I'm seeing some really strange behavior that I cannot seem to figure out. I moved away from `jsdelivr` and host some scripts myself. Among them are `regenerator-runtime.0.14.1.min.js`, `import-map-overrides.3.1.1.js`, `systemjs.6.15.1.min.js`...