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

org.gnieh:fs2-data-xml-scala_3

Package Overview
Dependencies
Maintainers
2
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

org.gnieh:fs2-data-xml-scala_3

Support for Scala XML ASTs

Source
mavenMaven Central
Version
1.12.1
Version published
Maintainers
2
Source

fs2-data

Typelevel Affiliate Project Build Status Codacy Badge Discord

A set of streaming data parsers based on fs2.

For more details and documentation, please visit the website

Development

This project builds using sbt.

  • compile everything: sbt compile
  • compile & run all tests: sbt test
  • build the documentation: sbt ;documentation/mdoc; makeSite
  • run benchmarks (you can provide JMH arguments in the end): sbt benchmarksJVM/jmh:run

If you don't already have sbt, or if you'd like an isolated environment for development on this project, you may use the Nix shell. For that, you must have the Nix package manager installed on your machine, and you need to enable Nix flakes and Nix command. With those prerequisites, from this project's root folder you just need to run nix develop. If you just want to enable the experimental Nix features (command and flakes) locally and temporarily, add the --extra-experimental-features nix-command and the --extra-experimental-features flakes option/argument pairs to the nix develop command.

FAQs

Package last updated on 13 Mar 2026

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