New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
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
  • Socket score

Version published
Maintainers
1
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

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