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

svelte-share-buttons-component

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

svelte-share-buttons-component - npm Package Compare versions

Comparing version 1.1.2 to 1.2.0

4

CHANGELOG.md
# Changelog
### 1.2.0
* Updated LinkedIn button to remove deprecated parameters. LinkedIn now gets the other information from meta tags. Details can be found here: https://www.linkedin.com/help/linkedin/answer/46687/making-your-website-shareable-on-linkedin?lang=en.
## 1.1.2

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

2

package.json

@@ -26,3 +26,3 @@ {

"description": "Simple Svelte based social media share buttons component with no tracking.",
"version": "1.1.2",
"version": "1.2.0",
"repository": {

@@ -29,0 +29,0 @@ "type": "git",

@@ -5,2 +5,3 @@ # svelte-share-buttons-component

[![version](https://img.shields.io/npm/v/svelte-share-buttons-component.svg?style=flat-square)](http://npm.im/svelte-share-buttons-component)
[![Netlify Status](https://api.netlify.com/api/v1/badges/818ae4f6-3eea-41fc-8d91-db6ab2f360dd/deploy-status)](https://app.netlify.com/sites/svelte-share-buttons-component-demo/deploys)

@@ -49,3 +50,3 @@ Simple Svelte based share buttons component with no tracking. Based on HTML share buttons from https://github.com/mxstbr/sharingbuttons.io.

<Reddit class="share-button" {title} {url} />
<LinkedIn class="share-button" {title} {url} summary="{desc}" source={url} />
<LinkedIn class="share-button" {url} />
<Tumblr class="share-button" {title} {url} caption="{title}" />

@@ -52,0 +53,0 @@ <Pinterest class="share-button" {url} description={title} />

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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