Socket
Socket
Sign inDemoInstall

chrome-web-share

Package Overview
Dependencies
22
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.8 to 2.0.9

2

CHANGELOG.md

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

#### 2.0.9 (2018-03-31)
#### 2.0.8 (2018-03-31)

@@ -2,0 +4,0 @@

5

dist/ShareButton.js

@@ -275,3 +275,4 @@ 'use strict';

shareMessage = _props3.shareMessage,
shareUrl = _props3.shareUrl;
shareUrl = _props3.shareUrl,
disableWebShareAPI = _props3.disableWebShareAPI;
var modelOpen = this.state.modelOpen;

@@ -284,3 +285,3 @@

if (navigator && !!navigator.share) {
if (navigator && !!navigator.share && !disableWebShareAPI) {
navigator.share({

@@ -287,0 +288,0 @@ title: shareMessage,

{
"name": "chrome-web-share",
"version": "2.0.8",
"version": "2.0.9",
"description": "A lightweight React Share Button for mobile web with web share api integration, native intent support and fallback",

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc