Socket
Socket
Sign inDemoInstall

react-native-eject

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-native-eject - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

build/eject.js

5

package.json
{
"name": "react-native-eject",
"version": "0.1.0",
"version": "0.1.1",
"description": "Single command to eject a React Native app",
"main": "index.js",
"scripts": {
"build": "NODE_ENV=production babel ./index.js -d ./build"
"build": "NODE_ENV=production babel ./eject.js -d ./build"
},

@@ -15,2 +15,3 @@ "keywords": [

],
"homepage": "https://github.com/ramyareye/react-native-eject",
"author": {

@@ -17,0 +18,0 @@ "name": "Reza Babaei",

2

react-native.config.js

@@ -6,5 +6,5 @@ module.exports = {

description: 'Re-create the iOS and Android folders and native code',
func: () => require('./build/index.js')
func: () => require('./build/eject.js')
},
],
};
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