New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@xviz/io

Package Overview
Dependencies
Maintainers
8
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@xviz/io

IO library for reading and writing XVIZ messages

  • 1.0.13
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
3.2K
increased by5.89%
Maintainers
8
Weekly downloads
 
Created
Source

@xviz/io Overview

This module aims at being the central IO library for reading, writing, and manipulating XVIZ data.

This module is separated in the following layers.

XVIZ Data classes

XVIZ data classes strive to remove the need to understand and handle the various formats that XVIZ data can be stored.

Sources and Sinks

Sources and Sinks are a simple abstraction to write and read data. We provide synchronous File and Memory implementations.

Readers and Writers

Readers and Writers are the objects that deal with writing out the actual XVIZ data. At this level the objects know about any implementation details that are not covered by the XVIZ specification, such as the use of an index file or the specific identifiers used to store XVIZ in a particular format.

Providers

XVIZ Providers are a level above Readers and Writers where a Provider interface only deals with metadata and messages and providing access to that data.

FAQs

Package last updated on 02 Jun 2022

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