Skip to content
This repository was archived by the owner on Nov 6, 2023. It is now read-only.

Commit 508163c

Browse files
authored
Update External Dependency: Pako (#19474)
* Move pako dependency * Manage Pako version in Package.json * Add back Pako js Listing the externals we are using through their NPM equivalent to be caught by automated security vulnerability scans
1 parent 9df9fac commit 508163c

File tree

3 files changed

+316
-207
lines changed

3 files changed

+316
-207
lines changed

chromium/external/README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This directory contains files that are external dependencies for HTTPS Everywher
44

55
## CodeMirror 5.31.0
66

7-
```
7+
```bash
88
$ npm install [email protected]
99
$ npm install [email protected]
1010
$ curl -o codemirror.zip https://codemirror.net/codemirror-5.31.0.zip
@@ -40,14 +40,15 @@ uglifycss \
4040
--output codemirror-5.31.0.min.css \
4141
codemirror-5.31.0/lib/codemirror.css
4242
```
43+
4344
## Pako 1.0.5
4445

45-
```
46-
$ npm install [email protected]
47-
```
46+
`$ npm install [email protected]`
4847

4948
### pako_inflate.min.js
5049

51-
```
50+
```bash
51+
5252
$ cp node_modules/pako/dist/pako_inflate.js pako-1.0.5/pako_inflate.min.js
53-
```
53+
54+
```

0 commit comments

Comments
 (0)