Long module contents truncated
See original GitHub issueHi,
We’re happily using jsdelivr with Observable and today noticed an issue with the lodash
package that might affect other packages as well. The module’s entry point:
https://cdn.jsdelivr.net/npm/lodash@4.17.11/lodash.js
Is truncated, when delivered through jsDelivr. The final lines are
/**
* Creates a clone of `buffer`.
*
* @private
* @param {Buffer} buffer The buffer to clone.
* @param {boolean} [isDeep] Specify a deep clone.
* @returns {Buffer} Returns the cloned buffer.
*/
function cloneBuffer(buffer, isDeep) {
if (isDeep) {
return buffer.slice();
}
var length = buffer.length,
result = allocUnsafe ?
And then it simply ends, leaving clients with an invalid script. Compare to the unpkg URL for the same resource, and the file continues past that point.
Thanks for any help, and happy to provide additional information.
Issue Analytics
- State:
- Created 5 years ago
- Comments:18 (9 by maintainers)
Top Results From Across the Web
Long URLs get truncated [#1700686] | Drupal.org
Our content type contains two fields - an image and a URL. The URL field does not have any size limit on it....
Read more >Solved: long datastore names truncated after Get-Datastore
Solved: When I run the command below... Get-Cluster yomama | Get-Datastore | Sort-Object -Property FreeSpaceGB -Descending | Format-Table.
Read more >How to fix truncated PowerShell output, even when I've specified
Pipe output to Format-Table commandlet, e.g. as follows: Get-ChildItem 'E:\' -Force -Recurse | Select-Object FullName | Format-Table - ...
Read more >HD89951: RM9: LONG LINES TRUNCATED IN PRIMARY ... - IBM
When Primary Requirement content have some long lines, these lines are truncated when editing in InfoPath the Req Chapter or the Req module...
Read more >argparse allowing long option names to be truncated
From the argparse docs: allow_abbrev Normally, when you pass an argument list to the parse_args() method of an ArgumentParser, it recognizes ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@Mustack done. We’ll be deploying a (hopefully) permanent fix for this tomorrow.
@1player check now