Socket
Socket
Sign inDemoInstall

svelte-meta-tags

Package Overview
Dependencies
0
Maintainers
1
Versions
70
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.6.1 to 2.6.2

6

CHANGELOG.md

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

# [2.6.2](https://github.com/oekazuma/svelte-meta-tags/compare/v2.6.1...v2.6.2) (2022-08-11)
- trim production dependencies([2008183](https://github.com/oekazuma/svelte-meta-tags/commit/2008183b0a712cc6288e188cabdb14c85f93b0ee))
# [2.6.1](https://github.com/oekazuma/svelte-meta-tags/compare/v2.6.0...v2.6.1) (2022-05-27)
- clean up JSON-LD([6d107c0](https://github.com/oekazuma/svelte-meta-tags/commit/16d107c09546ffd6b2f8312a6851d46bd0da6ae1)
- clean up JSON-LD ([16d107c](https://github.com/oekazuma/svelte-meta-tags/commit/16d107c09546ffd6b2f8312a6851d46bd0da6ae1))

@@ -5,0 +9,0 @@ # [2.6.0](https://github.com/oekazuma/svelte-meta-tags/compare/v2.5.5...v2.6.0) (2022-05-16)

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.1",
"version": "2.6.2",
"description": "Svelte Meta Tags is a plugin that makes managing your SEO easier in Svelte projects.",

@@ -20,34 +20,30 @@ "license": "MIT",

},
"dependencies": {
"schema-dts": "1.1.0"
},
"devDependencies": {
"@commitlint/cli": "17.0.1",
"@commitlint/config-conventional": "17.0.0",
"@semantic-release/changelog": "6.0.1",
"@semantic-release/git": "10.0.1",
"@sveltejs/adapter-auto": "1.0.0-next.48",
"@sveltejs/kit": "1.0.0-next.345",
"@typescript-eslint/eslint-plugin": "5.26.0",
"@typescript-eslint/parser": "5.26.0",
"cypress": "9.7.0",
"eslint": "8.16.0",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-cypress": "2.12.1",
"eslint-plugin-svelte3": "4.0.0",
"husky": "8.0.1",
"lint-staged": "12.4.2",
"prettier": "2.6.2",
"prettier-plugin-svelte": "2.7.0",
"semantic-release": "19.0.2",
"svelte": "3.48.0",
"svelte-check": "2.7.1",
"svelte-preprocess": "4.10.6",
"svelte2tsx": "0.5.10",
"tslib": "2.4.0",
"typescript": "4.7.2"
"@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",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-cypress": "^2.12.1",
"eslint-plugin-svelte3": "^4.0.0",
"husky": "^8.0.1",
"lint-staged": "^13.0.3",
"prettier": "^2.7.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-preprocess": "^4.10.7",
"svelte2tsx": "^0.5.13",
"tslib": "^2.4.0",
"typescript": "^4.7.4",
"vite": "^3.0.5"
},
"peerDependencies": {
"svelte": "^3.39.0"
},
"exports": {

@@ -54,0 +50,0 @@ "./package.json": "./package.json",

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

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

@@ -108,8 +108,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',
}}

@@ -123,6 +123,6 @@ twitter={{

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

@@ -241,3 +241,3 @@ />

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

@@ -420,3 +420,3 @@ />

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

@@ -427,5 +427,5 @@ {

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

@@ -456,22 +456,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',
}}

@@ -501,5 +501,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'],
},

@@ -511,5 +511,5 @@ images: [

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

@@ -537,5 +537,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'],
},

@@ -547,5 +547,5 @@ images: [

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

@@ -572,3 +572,3 @@ />

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

@@ -580,5 +580,5 @@ images: [

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

@@ -621,3 +621,3 @@ />

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

@@ -628,3 +628,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',
],

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

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

@@ -643,5 +643,5 @@ publisher: {

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

@@ -666,3 +666,3 @@ />

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

@@ -673,3 +673,3 @@ {

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

@@ -679,5 +679,5 @@ {

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

@@ -701,3 +701,3 @@ />

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

@@ -710,3 +710,3 @@ description:

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

@@ -718,8 +718,8 @@ review: {

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

@@ -729,3 +729,3 @@ aggregateRating: {

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

@@ -739,4 +739,4 @@ offers: {

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

@@ -761,4 +761,4 @@ />

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

@@ -780,3 +780,3 @@ />

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

@@ -802,4 +802,4 @@ />

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

@@ -811,6 +811,6 @@ {

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

@@ -1064,8 +1064,3 @@ />

interface HTTPEquivMetaTag extends BaseMetaTag {
httpEquiv:
| 'content-security-policy'
| 'content-type'
| 'default-style'
| 'x-ua-compatible'
| 'refresh';
httpEquiv: 'content-security-policy' | 'content-type' | 'default-style' | 'x-ua-compatible' | 'refresh';
name?: undefined;

@@ -1072,0 +1067,0 @@ property?: undefined;

@@ -119,8 +119,3 @@ import { Thing, WithContext } from 'schema-dts';

interface HTTPEquivMetaTag extends BaseMetaTag {
httpEquiv:
| 'content-security-policy'
| 'content-type'
| 'default-style'
| 'x-ua-compatible'
| 'refresh';
httpEquiv: 'content-security-policy' | 'content-type' | 'default-style' | 'x-ua-compatible' | 'refresh';
name?: undefined;

@@ -127,0 +122,0 @@ property?: undefined;

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