Socket
Socket
Sign inDemoInstall

fs-merger

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fs-merger - npm Package Versions

13

2.0.2

Diff

snrai
published 2.0.1 •

snrai
published 2.0.0 •

Changelog

Source

2.0.0

  • This is a breaking change to migrate from 1.0.0 to 2.0.0.
  • readDirSync is now readdirSync aligning with fs function.
  • Now you can perform all the fs operation other than write operation with object created from FSMerger. Below the example usage.
const FSMerger = require('fs-merger');
let fsMerger = new FSMerger([`test`,`bin`]);
fsMerger.fs.readFileSync(`unit-test.js`);
fsMerger.fs.existSync(`unit-test.js`);
snrai
published 1.0.8 •

snrai
published 1.0.7 •

snrai
published 1.0.6 •

snrai
published 1.0.5 •

snrai
published 1.0.4 •

snrai
published 1.0.3 •

snrai
published 1.0.2 •

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