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

react-instagram-button

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-instagram-button

Instagram follow button component for React

latest
npmnpm
Version
1.0.12
Version published
Weekly downloads
9
350%
Maintainers
1
Weekly downloads
 
Created
Source

Instagram follow button for React

A component for showing a follow button and the number of followers.

Install the package

npm install --save react-instagram-button

Example

import React,  {  Component  }  from  "react";
import InstagramButton from  "react-instagram-button";

class  App  extends  Component  {
	render()  {
		return  (
			<div style={{ display: "flex", justifyContent: "center"}}>
				<InstagramButton username={"rotherford_"} />
			</div>
		);
	}
}

export  default App;

Built With

  • FortAwesome
  • axios
  • webpack

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

License

This project is licensed under the MIT License - see the LICENSE file for details

FAQs

Package last updated on 13 Apr 2020

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