filternet
filternet copied to clipboard
npm version is outdated (and broken)
it has the inexisting buffer requirement
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"
},