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.4.0 to 1.5.0

src/Line.svelte

6

CHANGELOG.md
# Changelog
# 1.5.0
* Added Line button
* Added "quote" attribute to Facebook button
* Updated dependencies
## 1.4.0

@@ -4,0 +10,0 @@

8

package.json

@@ -13,6 +13,6 @@ {

"devDependencies": {
"@rollup/plugin-node-resolve": "^13.0.4",
"rollup": "^2.56.3",
"@rollup/plugin-node-resolve": "^13.1.1",
"rollup": "^2.61.1",
"rollup-plugin-svelte": "^7.1.0",
"svelte": "^3.42.6"
"svelte": "^3.44.3"
},

@@ -27,3 +27,3 @@ "keywords": [

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

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

@@ -39,3 +39,3 @@ # svelte-share-buttons-component

<script>
import { Email, HackerNews, Reddit, LinkedIn, Pinterest, Telegram, Tumblr, Vk, WhatsApp, Xing, Facebook, Twitter } from 'svelte-share-buttons-component';
import { Email, HackerNews, Reddit, LinkedIn, Pinterest, Telegram, Tumblr, Vk, WhatsApp, Xing, Facebook, Twitter, Line } from 'svelte-share-buttons-component';

@@ -57,4 +57,5 @@ const url = 'https://pchynoweth.github.io/svelte-share-buttons-component/';

<Xing class="share-button" {title} {url} />
<Facebook class="share-button" {url} />
<Facebook class="share-button" quote="{title}" {url} />
<Twitter class="share-button" text="{title}" {url} hashtags="github,svelte" via="username" related="other,users" />
<Line class="share-button" {url} />
```

@@ -61,0 +62,0 @@

@@ -13,1 +13,2 @@ export { default as Email} from './Email.svelte';

export { default as Xing } from './Xing.svelte';
export { default as Line } from './Line.svelte';

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