Skip to content

Commit 73ba4b0

Browse files
authored
Update JavaScript engine and Python module version
Updated the JavaScript engine reference from SpiderMonkey to QuickJS and changed the version number for the Python module installation.
1 parent 854cd30 commit 73ba4b0

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,20 +21,20 @@ and a python module which can be used to make any C or python program PAC script
2121
aware.
2222

2323
### Implementation
24-
Pacparser makes use of the Mozilla's JavaScript interpreter SpiderMonkey to parse
25-
PAC files (which are nothing but javascripts). Apart from that, proxy
26-
auto-config standard assumes availability of some functions which are not
27-
part of the standard JavaScript. Pacparser uses Mozilla's PAC implementation to
28-
define all these functions except for a couple of dns functions which are defined by
29-
pacparser itself. As a result, pacparser is as close to standard as it gets :)
24+
Pacparser makes use of the QuickJS JavaScript engine to parse PAC files (which
25+
are nothing but javascripts). Apart from that, proxy auto-config standard assumes
26+
availability of some functions which are not part of the standard JavaScript.
27+
Pacparser uses Mozilla's PAC implementation to define all these functions except
28+
for a couple of dns functions which are defined by pacparser itself. As a result,
29+
pacparser is as close to standard as it gets :)
3030

3131
### Install
3232

3333
For Python module, you can use pip. Pre-built module is available for `64-bit Linux,
3434
Windows, MacOS-Intel, and MacOS-ARM`, for Python `3.8, 3.9, 3.10, 3.11, 3.12, 3.13, 3.14`.
3535
```
3636
python -m pip install pacparser
37-
python -m pip install pacparser==1.4.6 (specific version)
37+
python -m pip install pacparser==1.5.0 (specific version)
3838
```
3939

4040
For other pre-built binaries, download them from the project's [releases](

0 commit comments

Comments
 (0)