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

node-libs-react-native

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

node-libs-react-native

Node core modules for React Native

  • 1.0.0
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
4.7K
decreased by-42.1%
Maintainers
1
Weekly downloads
 
Created
Source

node-libs-react-native

Node code modules for React Native. This is a fork of node-libs-browser with minor modifications to use packages supported in React Native.

The node core libs for React Native.

dependencies status

Exports a hash [object] of absolute paths to each lib, keyed by lib names. Modules without React Native replacements are null.

Some modules have mocks in the mock directory. These are replacements with minimal functionality.

lib nameReact Native implementationmock implementation
assertdefunctzombie/commonjs-assert---
bufferfeross/bufferbuffer.js
child_process------
cluster------
consoleRaynos/console-browserifyconsole.js
constantsjuliangruber/constants-browserify---
cryptomvayngrib/react-native-crypto---
dgram------
dns---dns.js
domainbevry/domain-browser---
eventsGozala/events---
fs------
httpjhiesey/stream-http---
httpssubstack/https-browserify---
module------
net---net.js
osCoderPuppy/os-browserify---
pathsubstack/path-browserify---
processshtylman/node-processprocess.js
punycodebestiejs/punycode.js---
querystringmike-spainhower/querystring---
readline------
repl------
streamnodejs/readable-stream---
string_decoderrvagg/string_decoder---
sysdefunctzombie/node-util---
timersjryans/timers-browserify---
tls---tls.js
ttysubstack/tty-browserifytty.js
urldefunctzombie/node-url---
utildefunctzombie/node-util---
vm------
zlibdevongovett/browserify-zlib---

Outdated versions

punycode

The current punycode implementation uses bestiejs/punycode.js@1.x because bestiejs/punycode.js@2.x requires modern JS engines that understand const and let. It will be removed someday since it has already been deprecated from the node API.

Other Modules

dgram

react-native-udp implements Node's dgram API, but is not included here due to its native implementation and need to use react-native link.

fs

react-native-fs implement's Node's fs API, but is not included here due to its native implementation and need to use react-native link.

react-native-level-fs provides an alternative pure JavaScript implementation, using AsyncStorage as the underlying storage mechanism.

net

react-native-tcp implement's Node's net API, but is not included here due to its native implementation and need to use react-native link.

Globals

React Native does have certain globals that modules may expect (Buffer, process, etc.). The node-libs-react-native/globals module in this package will shim the global environment to add these globals. Simply require (or import) this module in your app before anything else.

require('node-libs-react-native/globals');

Credit

This is a fork of node-libs-browser with minor modifications. Thanks to the contributors there for having done most of the work.

License

MIT

FAQs

Package last updated on 18 May 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

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