Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

sts

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sts

  • 0.3.3
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

= Ruby library for NISO STS and ISOSTS

== Purpose

The sts Ruby gem allows you to work with NISO STS (0.2+) and ISOSTS documents.

NOTE: This is a work-in-progress.

This library now parses the reference https://www.iso.org/schema/nisosts/v0.2/doc/tbx/examples/tbx-examples.html[TBX-ISO-TML version 1.1 sample file] in the NISO STS format (tbx-nisosts-0.2.xml).

== Library

=== Usage

The following code parses a NISO STS XML document.

[source,ruby]

require 'sts' doc = IO.read('spec/fixtures/tbx-nisosts-0.2.xml') sts = Sts::NisoSts::Standard.from_xml(doc) puts sts.to_xml(pretty: true)

=> STS file round-tripped


== Credits

This gem is developed, maintained and funded by https://www.ribose.com[Ribose Inc.]

== License

The gem is available as open source under the terms of the https://opensource.org/licenses/BSD-2-Clause[2-Clause BSD License].

FAQs

Package last updated on 09 Sep 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