abettor-proxy
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -7,2 +7,2 @@ const proxy = require('express-http-proxy') | ||
app.use('/identitysso', proxy('https://identitysso.betfair.com')) | ||
app.listen(process.env.PORT || 8080, process.env.HOST || '127.0.0.1', () => { console.info('Proxy listening') }) | ||
app.listen(8080, '0.0.0.0', () => { console.info('Proxy listening') }) |
{ | ||
"name": "abettor-proxy", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"main": "index.js", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 2 instances in 1 package
1
469