Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
antelle committed Sep 7, 2021
1 parent c7cd392 commit 7c5d503
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,7 @@ zip.on('entry', entry => {
You can pass these options to the constructor
- `storeEntries: true` - you will be able to work with entries inside zip archive, otherwise the only way to access them is `entry` event
- `skipEntryNameValidation: true` - by default, entry name is checked for malicious characters, like `../` or `c:\123`, pass this flag to disable validation errors
- `nameEncoding: 'utf8'` - encoding used to decode file names, UTF8 by default

## Methods

Expand Down

0 comments on commit 7c5d503

Please sign in to comment.