Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

react-custom-share

Package Overview
Dependencies
Maintainers
1
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-custom-share - npm Package Compare versions

Comparing version 0.4.1 to 0.4.2

4

dist/styled/ShareBlockPlusAside.js

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

fixedButtonsVisible: false,
fixedButtonsTranslation: 0
fixedButtonsTranslation: -101
}, _this.setFixedButtonsTranslation = function () {

@@ -82,3 +82,3 @@ var documentWidth = document.documentElement.clientWidth;

fixedButtonsVisible: isFreeSpace,
fixedButtonsTranslation: isFreeSpace ? fixedButtonsTranslation : 0
fixedButtonsTranslation: isFreeSpace ? fixedButtonsTranslation : -101
});

@@ -85,0 +85,0 @@ }, _this.setupObserver = function () {

{
"name": "react-custom-share",
"version": "0.4.1",
"version": "0.4.2",
"description": "Social sharing buttons for React",

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

@@ -6,2 +6,3 @@ # react-custom-share

[![npm packgage][npm version]][nv]
[![Codecov][codecov-badge]][codecov]
[![npm][npm downloads]][nd]

@@ -275,19 +276,39 @@ [![GitHub stars][stars-badge]][stars]

[codecov-badge]:https://img.shields.io/codecov/c/github/greglobinski/react-custom-share.svg
[codecov]:https://codecov.io/gh/greglobinski/react-custom-share
[travis-badge]: https://img.shields.io/travis/greglobinski/common-last-names.svg
[mit-badge]: https://img.shields.io/github/license/greglobinski/common-last-names.svg
[mit]: https://github.com/greglobinski/common-last-names/blob/master/LICENSE
[twitter]: https://twitter.com/intent/tweet?text=Wow:&url=https%3A%2F%2Fgithub.com%2Fgreglobinski%2Freact-custom-share
[twitter-badge]: https://img.shields.io/twitter/url/https/github.com/greglobinski/react-custom-share.svg?style=social
[coc-badge]: https://img.shields.io/badge/code%20of-conduct-ff69b4.svg?style=flat-square
[coc]: https://github.com/greglobinski/react-custom-share/blob/master/CODE_OF_CONDUCT.md
[prs-badge]: https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square
[prs]: http://makeapullrequest.com
[contributors-badge]: https://img.shields.io/github/contributors/greglobinski/react-custom-share.svg
[npm downloads]: https://img.shields.io/npm/dm/react-custom-share.svg
[nd]: https://www.npmjs.com/package/react-custom-share
[npm version]: https://badge.fury.io/js/react-custom-share.svg
[nv]: https://badge.fury.io/js/react-custom-share
[stars-badge]: https://img.shields.io/github/stars/greglobinski/react-custom-share.svg
[stars]: https://github.com/greglobinski/react-custom-share/stargazers
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