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

npm version is outdated (and broken) #15

Open dbuezas opened 9 years ago

dbuezas commented 9 years ago

it has the inexisting buffer requirement

divyavanmahajan commented 8 years ago

Install the module locally (npm install filter net) Update node_modules/filternet/package.json - to change the dependency Re-run npm install.

 "dependencies": {
    "bufferjs": "~ 1.0.0"
  },