Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: alibaba/anyproxy
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: namely/anyproxy
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Can’t automatically merge. Don’t worry, you can still create the pull request.
  • 3 commits
  • 3 files changed
  • 1 contributor

Commits on Jun 17, 2020

  1. Add note about fork

    mturco committed Jun 17, 2020

    Verified

    This commit was signed with the committer’s verified signature.
    addaleax Anna Henningsen
    Copy the full SHA
    5b0e73b View commit details
  2. Copy the full SHA
    a4b8670 View commit details
  3. v4.1.2-fork.1

    mturco committed Jun 17, 2020
    Copy the full SHA
    5065897 View commit details
Showing with 11,342 additions and 2 deletions.
  1. +2 −0 README.md
  2. +2 −2 package.json
  3. +11,338 −0 yarn.lock
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
> ℹ️ This fork is maintained for use in [namely/dev-proxy](https://github.com/namely/dev-proxy) because the original repo is no longer being actively maintained.
AnyProxy
----------------

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "anyproxy",
"version": "4.1.2",
"version": "4.1.2-fork.1",
"description": "A fully configurable HTTP/HTTPS proxy in Node.js",
"main": "proxy.js",
"bin": {
@@ -29,7 +29,7 @@
"mime-types": "2.1.11",
"moment": "^2.15.1",
"nedb": "^1.8.0",
"node-easy-cert": "^1.0.0",
"node-easy-cert": "^1.3.3",
"pug": "^2.0.0-beta6",
"qrcode-npm": "0.0.3",
"request": "^2.74.0",
Loading