Research
Security News
Malicious npm Package Targets Solana Developers and Hijacks Funds
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
ariadne-graphql-proxy
Advanced tools
Ariadne toolkit for building GraphQL proxies.
Features:
Ariadne GraphQL Proxy can be installed with pip:
pip install ariadne-graphql-proxy
Ariadne GraphQL Proxy requires Python 3.10 or higher.
Following code combines two remote schemas into one:
from ariadne.asgi import GraphQL
from ariadne_graphql_proxy import ProxySchema, get_context_value
proxy_schema = ProxySchema()
proxy_schema.add_remote_schema("https://example.com/first-graphql/")
proxy_schema.add_remote_schema("https://example.com/second-graphql/")
final_schema = proxy_schema.get_final_schema()
app = GraphQL(
final_schema,
context_value=get_context_value,
root_value=proxy_schema.root_resolver,
)
For guide on using Ariadne GraphQL Proxy, please see the GUIDE.md file.
Note: Ariadne GraphQL Proxy is currently in prototyping stages. Library's API can and will change!
We are welcoming contributions to Ariadne GraphQL Proxy!
If you've found a bug or issue, feel free to open GitHub issue.
If you have any questions or feedback, don't hesitate to catch us on GitHub discussions on main Ariadne repo.
Pull requests are also welcome! We only request that PRs providing new features and extending existing implementation are proceeded by discussion in dedicated GitHub issue with a proposal or on ariadne/discussions
.
Also make sure you follow @AriadneGraphQL on Twitter for latest updates, news and random musings!
Crafted with ❤️ by Mirumee Software hello@mirumee.com
FAQs
Ariadne toolkit for building GraphQL proxies.
We found that ariadne-graphql-proxy demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
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.
Research
Security News
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
Security News
Research
Socket researchers have discovered malicious npm packages targeting crypto developers, stealing credentials and wallet data using spyware delivered through typosquats of popular cryptographic libraries.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.