New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

qvog-lib

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

qvog-lib

QVoG library

latest
Source
npmnpm
Version
0.2.2
Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

QVoG Standard Library

Query library built on top of QVoG Engine, providing a set of predefined queries for vulnerability detection.

[!WARNING] Node.js 22 or higher required.

Build

To initialize the project, run the following command:

npm install

If you have qvog-engine as a local module, run the following command to link your local one:

npm link qvog-engine

Then, run the following command to build the project:

npm run build

Usage

NPM Package

It has been published to NPM registry: qvog-lib.

To install the package, run the following command:

npm install qvog-lib

Local Package

If you want to build and use the latest version of the library, you can build and link it locally.

npm link

Later, in the project that uses the library, run the following command:

npm link qvog-lib

Development

For better code style, we have ESLint set up. To run the linter, run the following command to check and fix the code:

npm run lint

Keywords

qvog

FAQs

Package last updated on 31 Mar 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