🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

@base86inc/apollo-client

Package Overview
Dependencies
Maintainers
2
Versions
84
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@base86inc/apollo-client

React components for interfacing with the Base86 Apollo Server.

0.1.84
latest
Source
npm
Version published
Weekly downloads
60
650%
Maintainers
2
Weekly downloads
 
Created
Source

Base86 Apollo Client

React components for interfacing with the Base86 Apollo Server.

Demo

https://base86inc.github.io/base86-apollo-client

yarn storybook

Runs the app in the development mode.
Open http://localhost:6006 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

npm run build

Builds the app for publishing to the build folder.

npm publish

Publish as an npm package

Local Testing of a library

Step 1: Build the library

Before packaging your library, ensure it is built. Run the following command:

yarn build

Step 2: Create the package

npm pack

Step 3: Install the package in your project

Install the locally created package in the project where you want to test it:

yarn add ../path/to/your-library/your-library-version.tgz

FAQs

Package last updated on 26 Jun 2025

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