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

fss

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fss

fs.fooSync => fs.sync.foo

latest
npmnpm
Version
1.0.0
Version published
Weekly downloads
20
-25.93%
Maintainers
1
Weekly downloads
 
Created
Source

fss

A replacement for node's core fs module which extends it with the extra namespace fs.sync. Instead of

fs = require('fs')
fs.readFileSync(path)

one writes

fs = require('fss')
fs.sync.readFile(path)

primarily because I think this is much cleaner.

acknowledgments

More or less entirely stolen from fs-mode.

Keywords

fs

FAQs

Package last updated on 20 Aug 2017

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