Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@juliendu11/apollo-composable

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@juliendu11/apollo-composable

Copy of vue-apollo-composable based on v4.2.1, in order to make it work with quasar ssr

  • 1.0.1
  • latest
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

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:

@apollo/client/core/index.js

We have an ES module error. I fixed it by importing like this:

@apollo/client

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:

  • From import x from "@apollo/client/core/index.js" to import x from "@apollo/client"
  • Delete changes from this commit

Keywords

FAQs

Package last updated on 26 Nov 2024

Did you know?

Socket

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc