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

rdf-utils-fs

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rdf-utils-fs

RDF/JS file system utils

  • 3.0.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
5.1K
increased by28.59%
Maintainers
1
Weekly downloads
 
Created
Source

rdf-utils-fs

build status npm version

File system utils for RDF/JS.

Usage

Each util function can be loaded as property from the main module or by loading only the file with the same name.

Example

Loading the function from the main module:

import { fromFile } from 'rdf-utils-fs'
import { toFile } from 'rdf-utils-fs'

Loading the function from the file with the function name:

import fromFile from 'rdf-utils-fs/fromFile.js'
import toFile from 'rdf-utils-fs/toFile.js'

Functions

fromFile(filename, options)

Returns a quad stream for the given filename.

async toFile(stream, filename, options)

Writes the given quad stream to filename.

Keywords

FAQs

Package last updated on 31 Oct 2023

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