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

publish-react-app

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

publish-react-app

Tool for publishing a react app publicly via S3

latest
Source
npmnpm
Version
1.0.1
Version published
Weekly downloads
7
133.33%
Maintainers
1
Weekly downloads
 
Created
Source

publish-react-app

Tool for publishing a react app publicly via S3

Exampe usage

npm install -g create-react-app publish-react-app
create-react-app myapp
cd myapp/
npm run build
AWS_ACCESS_KEY_ID={Your AWS key ID here} AWS_SECRET_ACCESS_KEY={Your AWS secret here} publish-react-app

What it does

So you've created a React app. Now you want to show it off to your friends and put it on the real internet. This tool does just that. Given a users AWS credentials, this tool will upload all of the contents generated by a project started by create-react-app and get a sharable link to the final product. `

Keywords

react

FAQs

Package last updated on 11 Dec 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