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

react-native-process-shim

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-native-process-shim

Shim the Node.js process for React Native's JS runtime

latest
Source
npmnpm
Version
1.1.1
Version published
Weekly downloads
21
-12.5%
Maintainers
1
Weekly downloads
 
Created
Source

react-native-process-shim

npm install react-native-process-shim

usage

Set it as a replacement module in your React Native project's package.json:

 {
   "react-native": {
+    "process": "react-native-process-shim"
   }
 }

Import it in your project's index.js:

require('process');

Nothing else needs to be done, it just mutated the global process variable.

Keywords

react-native

FAQs

Package last updated on 24 May 2021

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