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

actual-empty-object

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

actual-empty-object

An empty object, useful for shimming

  • 1.0.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
4
decreased by-42.86%
Maintainers
1
Weekly downloads
 
Created
Source

actual-empty-object

I am using this to shim modules in a react-native project but this can also be used with browserify. It does what is says on the tin, it exports an empty object, thats it! Compatibility goes way back to the first node version, and it's 100% bug free.

Install

npm install --save actual-empty-object

Use

Let's replace the fs module with an empty object in a browserify build

"browser": {
  "fs": "actual-empty-object"
}

The same for a react-native project

"react-native": {
  "fs": "actual-empty-object"
}

License

MIT

FAQs

Package last updated on 20 Feb 2016

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