Security News
Bun 1.2 Released with 90% Node.js Compatibility and Built-in S3 Object Support
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.
@juliendu11/apollo-composable
Advanced tools
Copy of vue-apollo-composable based on v4.2.1, in order to make it work with quasar ssr
We had a problem with the frontend build. When updating some libraries to remove critical vulnerabilities vue-apollo-composable became dysfunctional in SSR. There is also an open issue for this on the official repo
https://github.com/vuejs/apollo/issues/1502
I found a workaround by taking the source code of the library https://github.com/vuejs/apollo/tree/v4/packages/vue-apollo-composable
The problem came from the import of @apollo/client. In the library @apollo/client is imported this way in the typescript code:
We have an ES module error. I fixed it by importing like this:
I think they import it like this because the library has a dependency on react, directly importing @apollo/client/core/index.js removes this dependency
Changes from the library:
import x from "@apollo/client/core/index.js"
to import x from "@apollo/client"
FAQs
Copy of vue-apollo-composable based on v4.2.1, in order to make it work with quasar ssr
We found that @juliendu11/apollo-composable 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.
Security News
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.
Security News
Biden's executive order pushes for AI-driven cybersecurity, software supply chain transparency, and stronger protections for federal and open source systems.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.