asar icon indicating copy to clipboard operation
asar copied to clipboard

Simple extensive tar-like archive format with indexing

Results 64 asar issues
Sort by recently updated
recently updated
newest added

The examples listed are terminal/cmdline, not programmatic ones, so it should be noted for other users that they need to install the module globally.

wontfix

While working on tracking down [a bug with sharp](https://github.com/lovell/sharp/issues/3250#issuecomment-1152785631), we found that asar is not verifying file names before passing them to its minimatch dependency. [electron/asar@94cb8bd/lib/asar.js#L123](https://github.com/electron/asar/blob/94cb8bdfea6257d7bc67f72ed80a790c2b5dae3a/lib/asar.js#L123) [isaacs/minimatch@6410ef3/minimatch.js#L128](https://github.com/isaacs/minimatch/blob/6410ef32f59e4842121ca13eefacdf0b3da8533c/minimatch.js#L128)

bug

Offset 12-16 stores length of header, followed by header itself. The first 12 bytes are as good as useless. But maybe it doesn't matter as the file metadata itself is...

question

If a library includes a `/constructor` folder the folder is not packed into the asar. See: https://github.com/trufflesuite/truffle/tree/master/packages/hdwallet-provider/src/constructor

bug

Hi, I am trying to port this package to ppc64le architecture and some of the tests are failing. Attached below is the log for the output I get when I...

Fixes #50 If an asar is packed on Mac and it contains links across nested directories, the following error will occur when extracting the asar from Windows: ``` D:\Programming\asar\lib\filesystem.js:141 return...

Add '--ignore-dir' flag to not include directories and '--ignore' flag to not include files while asar packaging Signed-off-by: Rituka Patwal

enhancement

virtual machine: http://d.w10a.com/win7/cn_windows_7_ultimate_with_sp1_x64_dvd_677408.iso problem: ![VirtualBox_MSEdge - Win10_04_03_2022_10_22_06](https://user-images.githubusercontent.com/5771318/156687777-f24be51d-0616-437a-affe-46e3eda782a7.png)

>npx asar extract-file app.asar source/ C:\Users\user\AppData\Roaming\npm\node_modules\asar\lib\filesystem.js:143 if (info.link && followLinks) { ^ TypeError: Cannot read properties of undefined (reading 'link') at Filesystem.getFile (C:\Users\user\AppData\Roaming\npm\node_modules\asar\lib\filesystem.js:143:14) at Object.module.exports.extractFile (C:\Users\user\AppData\Roaming\npm\node_modules\asar\lib\asar.js:170:61) at Command. (C:\Users\user\AppData\Roaming\npm\node_modules\asar\bin\asar.js:65:12) at...

I need to use ASAR to integrate my files. When I use it, the function webFrame.clearCache() doesn't work, but when I don't use it, the function works normally