d3-require icon indicating copy to clipboard operation
d3-require copied to clipboard

A minimal, promise-based implementation to require asynchronous module definitions.

Results 4 d3-require issues
Sort by recently updated
recently updated
newest added

Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4. Release notes Sourced from word-wrap's releases. 1.2.4 What's Changed Remove default indent by @​mohd-akram in jonschlinkert/word-wrap#24 🔒fix: CVE 2023 26115 (2) by @​OlafConijn in...

dependencies

Bumps [terser](https://github.com/terser/terser) from 5.14.0 to 5.14.2. Changelog Sourced from terser's changelog. v5.14.2 Security fix for RegExps that should not be evaluated (regexp DDOS) Source maps improvements (#1211) Performance improvements in...

dependencies

# Problem In the current implementation the "requireFrom" method creates a new private cache object. It leads to loading of multiple versions of the same library. # Example Example of...

This allows scripts like React to properly listen to the `error` event, allowing better debugging.