Socket
Socket
Sign inDemoInstall

react-share

Package Overview
Dependencies
Maintainers
1
Versions
73
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-share - npm Package Compare versions

Comparing version 1.18.0 to 1.18.1

6

CHANGELOG.md

@@ -1,3 +0,7 @@

## 1.18.0 (Dev 3, 2017)
## 1.18.1 (Dec 27, 2017)
* Whatsapp share button: fixed displaying "undefined" when title was not provided (fixes #84, thanks @aautio!)
## 1.18.0 (Dec 3, 2017)
* Added LiveJournal and Mail.Ru sharebuttons (thanks @pvpshoot!)

@@ -4,0 +8,0 @@

2

lib/social-media-share-links.js

@@ -70,3 +70,3 @@ 'use strict';

return 'https://api.whatsapp.com/send' + (0, _utils.objectToGetParams)({
text: title + separator + url
text: title ? title + separator + url : url
});

@@ -73,0 +73,0 @@ }

{
"name": "react-share",
"version": "1.18.0",
"version": "1.18.1",
"description": "Easy social media share buttons and share counts.",

@@ -5,0 +5,0 @@ "main": "./lib/react-share.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