ganache-http-proxy
Advanced tools
Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "ganache-http-proxy", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "server.js", |
@@ -0,4 +1,6 @@ | ||
#!/usr/bin/env node | ||
var fs = require('fs'); | ||
var http = require('http'), | ||
httpProxy = require('http-proxy'); | ||
var httpProxy = require('http-proxy'); | ||
@@ -5,0 +7,0 @@ httpProxy.createServer({ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
1
3600