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

boost-info

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

boost-info

Read Boost INFO file format via WebAssembly

0.0.20240115
latest
Source
npm
Version published
Weekly downloads
1
Maintainers
1
Weekly downloads
 
Created
Source

Read Boost INFO file format via WebAssembly

Boost INFO is a simple file format used in Boost Property Tree C++ library. This package provides a parser for Boost INFO file format, which allows reading Boost INFO from JavaScript code.

Features:

  • Load Boost INFO format from a string.
  • Read value at given path.
  • Visit nodes at given path.

The implementation runs Boost C++ code in a WebAssembly module, so that it supports almost all features of Boost INFO file format. It does not support keys that contain . or \0 characters.

API documentation is available in Visual Studio Code and other editors after installation. See test.js for demonstrations on how to use this library.

FAQs

Package last updated on 16 Jan 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