
Security News
PolinRider: North Korea-Linked Supply Chain Campaign Expands Across Open Source Ecosystems
PolinRider expands across npm, Packagist, Go modules, and Chrome extensions, using hidden loaders to target developer environments.
opvious-graph
Advanced tools
npm i opvious-graph
This package contains auto-generated types for Opvious' underlying GraphQL API.
Consider also using the higher level SDK exported by
opvious.
You'll need an Opvious API access token to call SDK methods. You can generate one at https://hub.opvious.io/authorizations.
import {GraphQLClient} from 'graphql-request';
import {getSdk} from 'opvious-graph';
// Underlying generic GraphQL client.
const client = new GraphQLClient('https://api.opvious.io/graphql', {
headers: {authorization: process.env.OPVIOUS_TOKEN},
});
// Typesafe GraphQL SDK.
const sdk = getSdk(
<R, V>(query: string, vars: V) => client.rawRequest<R, V>(query, vars)
);
FAQs
Opvious GraphQL API
The npm package opvious-graph receives a total of 10 weekly downloads. As such, opvious-graph popularity was classified as not popular.
We found that opvious-graph demonstrated a not healthy version release cadence and project activity because the last version was released 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
PolinRider expands across npm, Packagist, Go modules, and Chrome extensions, using hidden loaders to target developer environments.

Security News
Open source attacks are accelerating as AI coding agents pull in dependencies faster, with less human review.

Research
/Security News
Malicious Chrome and Firefox extensions posed as free VPNs while stealing clipboard data through later extension updates.