Security News
Weekly Downloads Now Available in npm Package Search Results
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.
github.com/syrilster/go-currency-exchange-service
This is an API layer built to connect to the openexchangerates.org and get the latest currency rates. The service will then perform some internal calculations and return the conversion multiple for fromCurrency to toCurrency conversion.
kubectl exec <pod_name> -- env
kubectl exec currency-exchange-app-7966496848-c7tf6 -- env
kubectl run --rm --generator=run-pod/v1 curl --image=radial/busyboxplus:curl -i --tty
curl -vvv --request GET 'http://10.0.14.113:8000/v1/currency-exchange/from/EUR/to/INR'
The FQDN format is <service-name>.<namespace>.<cluster-domain-suffix>
Ex: curl -vvv --request GET 'http://currency-exchange-service.default.svc.cluster.local:8000/v1/currency-exchange/from/EUR/to/INR'
FAQs
Unknown package
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.
Security News
A Stanford study reveals 9.5% of engineers contribute almost nothing, costing tech $90B annually, with remote work fueling the rise of "ghost engineers."
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.