axiak / filternet

A proxy library that provides easy hooks to manipulate http and https traffic consistently.
https://github.com/axiak/filternet
BSD 3-Clause "New" or "Revised" License
101 stars 32 forks source link

bufferjs/concat & bufferjs/add-chunk no longer exists. #7

Closed skepticfx closed 10 years ago

skepticfx commented 10 years ago

The latest 2.0.0 bufferjs no longer has bufferjs/concat.js and bufferjs/add-chunk, which is apparently used by filternet. The 2.0.0 version changed this behavior, thus causing filternet to fail while loading. A quick solution is to force the bufferjs dependency to "=1.1.0" vs ">=1.0.0", which solves this problem.