Socket
Socket
Sign inDemoInstall

svelte-meta-tags

Package Overview
Dependencies
2
Maintainers
1
Versions
70
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.6.2 to 2.6.3

4

CHANGELOG.md

@@ -0,1 +1,5 @@

# [2.6.3](https://github.com/oekazuma/svelte-meta-tags/compare/v2.6.2...v2.6.3) (2022-08-31)
- add schema-dts to dependencies([9824e38](https://github.com/oekazuma/svelte-meta-tags/commit/9824e388728e37009aa06f56642ec4a2b9520921))
# [2.6.2](https://github.com/oekazuma/svelte-meta-tags/compare/v2.6.1...v2.6.2) (2022-08-11)

@@ -2,0 +6,0 @@

2

index.d.ts
export { default as MetaTags } from './MetaTags.svelte';
export { default as JsonLd } from './JsonLd.svelte';
export type { MetaTagsProps, JsonLdProps, AdditionalRobotsProps, MobileAlternate, LanguageAlternate, Twitter, Facebook, OpenGraph, MetaTag, LinkTag, } from './types';
export type { MetaTagsProps, JsonLdProps, AdditionalRobotsProps, MobileAlternate, LanguageAlternate, Twitter, Facebook, OpenGraph, MetaTag, LinkTag } from './types';
{
"name": "svelte-meta-tags",
"version": "2.6.2",
"version": "2.6.3",
"description": "Svelte Meta Tags is a plugin that makes managing your SEO easier in Svelte projects.",

@@ -20,15 +20,14 @@ "license": "MIT",

},
"dependencies": {
"schema-dts": "^1.1.0"
},
"devDependencies": {
"@commitlint/cli": "^17.0.3",
"@commitlint/config-conventional": "^17.0.3",
"@semantic-release/changelog": "^6.0.1",
"@semantic-release/git": "^10.0.1",
"@sveltejs/adapter-auto": "^1.0.0-next.64",
"@sveltejs/kit": "^1.0.0-next.405",
"@typescript-eslint/eslint-plugin": "^5.33.0",
"@typescript-eslint/parser": "^5.33.0",
"cypress": "^10.4.0",
"eslint": "^8.21.0",
"@playwright/test": "^1.25.1",
"@sveltejs/adapter-auto": "^1.0.0-next.71",
"@sveltejs/kit": "^1.0.0-next.460",
"@sveltejs/package": "^1.0.0-next.3",
"@typescript-eslint/eslint-plugin": "^5.36.1",
"@typescript-eslint/parser": "^5.36.1",
"eslint": "^8.23.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-cypress": "^2.12.1",
"eslint-plugin-svelte3": "^4.0.0",

@@ -39,11 +38,9 @@ "husky": "^8.0.1",

"prettier-plugin-svelte": "^2.7.0",
"schema-dts": "^1.1.0",
"semantic-release": "^19.0.3",
"svelte": "^3.49.0",
"svelte-check": "^2.8.0",
"svelte-check": "^2.9.0",
"svelte-preprocess": "^4.10.7",
"svelte2tsx": "^0.5.13",
"svelte2tsx": "^0.5.16",
"tslib": "^2.4.0",
"typescript": "^4.7.4",
"vite": "^3.0.5"
"typescript": "^4.8.2",
"vite": "^3.1.0-beta.1"
},

@@ -50,0 +47,0 @@ "exports": {

@@ -14,6 +14,2 @@ <img src="./.github/logo.svg" alt="svelte-meta-tags" width="512" />

**Would you like to support this project?**
<a href="https://www.buymeacoffee.com/oekazuma" target="_blank"><img src="https://cdn.buymeacoffee.com/buttons/v2/default-orange.png" alt="Buy Me A Coffee" style="height: 60px !important;width: 217px !important;" ></a>
**Table of Contents**

@@ -102,3 +98,3 @@

height: 600,
alt: 'Og Image Alt',
alt: 'Og Image Alt'
},

@@ -109,8 +105,8 @@ {

height: 800,
alt: 'Og Image Alt Second',
alt: 'Og Image Alt Second'
},
{ url: 'https://www.example.ie/og-image-03.jpg' },
{ url: 'https://www.example.ie/og-image-04.jpg' },
{ url: 'https://www.example.ie/og-image-04.jpg' }
],
site_name: 'SiteName',
site_name: 'SiteName'
}}

@@ -124,6 +120,6 @@ twitter={{

image: 'https://www.example.ie/twitter-image.jpg',
imageAlt: 'Twitter image alt',
imageAlt: 'Twitter image alt'
}}
facebook={{
appId: '1234567890',
appId: '1234567890'
}}

@@ -242,3 +238,3 @@ />

noimageindex: true,
unavailableAfter: '25 Jun 2010 15:00:00 PST',
unavailableAfter: '25 Jun 2010 15:00:00 PST'
}}

@@ -421,3 +417,3 @@ />

height: 600,
alt: 'Og Image Alt',
alt: 'Og Image Alt'
},

@@ -428,5 +424,5 @@ {

height: 600,
alt: 'Og Image Alt 2',
},
],
alt: 'Og Image Alt 2'
}
]
}}

@@ -457,22 +453,22 @@ />

profile: 'https://www.example.com/actors/@firstnameA-lastnameA',
role: 'Protagonist',
role: 'Protagonist'
},
{
profile: 'https://www.example.com/actors/@firstnameB-lastnameB',
role: 'Antagonist',
},
role: 'Antagonist'
}
],
directors: [
'https://www.example.com/directors/@firstnameA-lastnameA',
'https://www.example.com/directors/@firstnameB-lastnameB',
'https://www.example.com/directors/@firstnameB-lastnameB'
],
writers: [
'https://www.example.com/writers/@firstnameA-lastnameA',
'https://www.example.com/writers/@firstnameB-lastnameB',
'https://www.example.com/writers/@firstnameB-lastnameB'
],
duration: 680000,
releaseDate: '2022-12-21T22:04:11Z',
tags: ['Tag A', 'Tag B', 'Tag C'],
tags: ['Tag A', 'Tag B', 'Tag C']
},
site_name: 'SiteName',
site_name: 'SiteName'
}}

@@ -502,5 +498,5 @@ />

'https://www.example.com/authors/@firstnameA-lastnameA',
'https://www.example.com/authors/@firstnameB-lastnameB',
'https://www.example.com/authors/@firstnameB-lastnameB'
],
tags: ['Tag A', 'Tag B', 'Tag C'],
tags: ['Tag A', 'Tag B', 'Tag C']
},

@@ -512,5 +508,5 @@ images: [

height: 650,
alt: 'Photo of text',
},
],
alt: 'Photo of text'
}
]
}}

@@ -538,5 +534,5 @@ />

'https://www.example.com/authors/@firstnameA-lastnameA',
'https://www.example.com/authors/@firstnameB-lastnameB',
'https://www.example.com/authors/@firstnameB-lastnameB'
],
tags: ['Tag A', 'Tag B', 'Tag C'],
tags: ['Tag A', 'Tag B', 'Tag C']
},

@@ -548,5 +544,5 @@ images: [

height: 650,
alt: 'Cover of the book',
},
],
alt: 'Cover of the book'
}
]
}}

@@ -573,3 +569,3 @@ />

username: 'firstlast123',
gender: 'female',
gender: 'female'
},

@@ -581,5 +577,5 @@ images: [

height: 650,
alt: 'Profile Photo',
},
],
alt: 'Profile Photo'
}
]
}}

@@ -622,3 +618,3 @@ />

'@type': 'WebPage',
'@id': 'https://example.com/article',
'@id': 'https://example.com/article'
},

@@ -629,3 +625,3 @@ headline: 'Article headline',

'https://example.com/photos/4x3/photo.jpg',
'https://example.com/photos/16x9/photo.jpg',
'https://example.com/photos/16x9/photo.jpg'
],

@@ -636,3 +632,3 @@ datePublished: '2015-02-05T08:00:00+08:00',

'@type': 'Person',
name: 'John Doe',
name: 'John Doe'
},

@@ -644,5 +640,5 @@ publisher: {

'@type': 'ImageObject',
url: 'https://example.com/logo.jpg',
},
},
url: 'https://example.com/logo.jpg'
}
}
}}

@@ -667,3 +663,3 @@ />

name: 'Books',
item: 'https://example.com/books',
item: 'https://example.com/books'
},

@@ -674,3 +670,3 @@ {

name: 'Science Fiction',
item: 'https://example.com/books/sciencefiction',
item: 'https://example.com/books/sciencefiction'
},

@@ -680,5 +676,5 @@ {

position: 3,
name: 'Award Winners',
},
],
name: 'Award Winners'
}
]
}}

@@ -702,3 +698,3 @@ />

'https://example.com/photos/4x3/photo.jpg',
'https://example.com/photos/16x9/photo.jpg',
'https://example.com/photos/16x9/photo.jpg'
],

@@ -711,3 +707,3 @@ description:

'@type': 'Brand',
name: 'ACME',
name: 'ACME'
},

@@ -719,8 +715,8 @@ review: {

ratingValue: '4',
bestRating: '5',
bestRating: '5'
},
author: {
'@type': 'Person',
name: 'Fred Benson',
},
name: 'Fred Benson'
}
},

@@ -730,3 +726,3 @@ aggregateRating: {

ratingValue: '4.4',
reviewCount: '89',
reviewCount: '89'
},

@@ -740,4 +736,4 @@ offers: {

itemCondition: 'https://schema.org/UsedCondition',
availability: 'https://schema.org/InStock',
},
availability: 'https://schema.org/InStock'
}
}}

@@ -762,4 +758,4 @@ />

name: 'University of Technology - Eureka',
sameAs: 'http://www.ut-eureka.edu',
},
sameAs: 'http://www.ut-eureka.edu'
}
}}

@@ -781,3 +777,3 @@ />

description: 'The description needs to be at least 50 characters long',
license: 'https//www.example.com',
license: 'https//www.example.com'
}}

@@ -803,4 +799,4 @@ />

'@type': 'Answer',
text: '3-5 business days.',
},
text: '3-5 business days.'
}
},

@@ -812,6 +808,6 @@ {

'@type': 'Answer',
text: 'Read more on under information.',
},
},
],
text: 'Read more on under information.'
}
}
]
}}

@@ -818,0 +814,0 @@ />

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc