New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

react-linkedinbadge

Package Overview
Dependencies
Maintainers
1
Versions
52
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-linkedinbadge - npm Package Compare versions

Comparing version 2.0.5 to 2.0.77

2

package.json
{
"name": "react-linkedinbadge",
"version": "2.0.5",
"version": "2.0.77",
"description": "Embedded LinkedIn Badges via React fast Reactions as if all your linkedin accounts are being restricted in React-not time",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

## Install
1. npm install --save react-linkedinbadge
1. ```
<LinkedInBadgeLoader />
```
1.
```
import React, { Component } from 'react';
import LinkedinBadgeLoader, { LinkedinBadgeLoaderProps } from 'react-linkedinbadge';
export default class About extends Component {
constructor(props:any){
super(props);
}
render() {
const props: LinkedinBadgeLoaderProps = {
vanity: 'liu',
theme: 'light',
size: 'large',
type: 'horizontal',
locale: 'en_US',
version: 'v1'
}
return (
<div className="s-about row">
<div className='col-full'>
<LinkedinBadgeLoader props={props} />
</div>
</div>
);
}
}
```
## Do you need a demo? Okay here's a demo. You can view it [here](https://ziping.org.cn/#react-linkedinbadge).
1. Amazon Legal? And this is why your terminations are not valid they are not valid termiations because I'm not the one here who is performing my role and expectations like a complete insane child right now, so please action my concerns..
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