Skip to content

Commit

Permalink
Changed verion of follow-redirects to 1.15.6
Browse files Browse the repository at this point in the history
  • Loading branch information
zboris12 committed Apr 21, 2024
1 parent 0473f70 commit 90474e9
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 15 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,12 @@ signing with a timestamp from [TSA](https://github.com/zboris12/zgapdfsigner/wik

* [pdf-lib](https://pdf-lib.js.org/)
* [node-forge](https://github.com/digitalbazaar/forge)
* [follow-redirects](https://github.com/follow-redirects/follow-redirects)

## How to use this tool

:question: For more details please see the [wiki](https://github.com/zboris12/zgapdfsigner/wiki/API).

### Web Browser
Just import the dependencies and this tool.
```html
Expand Down Expand Up @@ -265,8 +268,6 @@ async function main(){
}
```

:question: For more details please see the [wiki](https://github.com/zboris12/zgapdfsigner/wiki/API).

## Let's protect the pdf

Set password protection to the pdf.
Expand Down Expand Up @@ -372,8 +373,6 @@ async function signAndProtect2(pdf, cert, pwd){
}
```

:question: For more details please see the [wiki](https://github.com/zboris12/zgapdfsigner/wiki/API).

## Thanks
* The module of setting protection was almost migrated from [TCPDF](http://www.tcpdf.org).

Expand Down
18 changes: 9 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "zgapdfsigner",
"version": "2.5.1",
"version": "2.5.2",
"author": "zboris12",
"description": "A javascript tool to sign a pdf or set protection to a pdf in web browser, Google Apps Script and nodejs.",
"homepage": "https://github.com/zboris12/zgapdfsigner",
Expand Down Expand Up @@ -33,7 +33,7 @@
"test": "node test4node.js"
},
"dependencies": {
"follow-redirects": "1.15.2",
"follow-redirects": "1.15.6",
"pdf-lib": "1.17.1",
"node-forge": "1.3.1"
},
Expand Down

0 comments on commit 90474e9

Please sign in to comment.