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

filer-browserify

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

filer-browserify

Browserify module for Filer

  • 0.0.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
decreased by-100%
Maintainers
1
Weekly downloads
 
Created
Source

Filer for Browserify

This module provides a browser-compatible equivalent for node.js's fs module when browserifying your build. For more information on Filerjs, a JavaScript implementation of a full POSIX filesystem for the browser, see the filerjs repo on github.

Usage | Step 1: Include as a dependency

// package.json
{
  // ...
  "dependencies": {
  	"filer-browserify": "*"
  }
}

Usage | Step 2: Map the module to fs

// package.json
{
  "dependencies": {
  	"filer-browserify": "*"
  },
  "browser": {
  	"fs": "filer-browserify"
  }
}

Usage | Step 3: Build

Browserify as normal!

Contributing

Feel free to file issues as you see them, and hop on #filer on irc.mozilla.org to discuss bugs you would like to fix.

Keywords

FAQs

Package last updated on 17 Oct 2014

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