Socket
Socket
Sign inDemoInstall

astro-seo

Package Overview
Dependencies
91
Maintainers
1
Versions
39
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.8.0 to 0.8.1

15

package.json
{
"name": "astro-seo",
"version": "0.8.0",
"version": "0.8.1",
"description": "Makes it easy to add SEO relevant tags to your Astro app.",

@@ -37,9 +37,12 @@ "homepage": "https://github.com/jonasmerlin/astro-seo#readme",

"devDependencies": {
"astro": "^2.1.5",
"cypress": "^12.8.1",
"prettier": "^2.8.6",
"prettier-plugin-astro": "^0.8.0",
"astro": "^4.4.0",
"cypress": "^13.0.0",
"prettier": "^3.0.3",
"prettier-plugin-astro": "^0.12.0",
"standard-version": "^9.5.0",
"typescript": "^5.0.2"
"typescript": "^5.3.3"
},
"dependencies": {
"@astrojs/check": "^0.5.4"
}
}

2

README.md

@@ -104,3 +104,3 @@ ![Astro SEO Logo](https://user-images.githubusercontent.com/5182256/131216951-8f74f425-f775-463d-a11b-0e01ad9fce8d.png)

openGraph.article.expirationTime | string | Sets `article:expiration_time`. The date the article will no longer be relevant. Must be a ISO 8601 DateTime string.
openGraph.article.author | string[] | Sets `article:author`. The author(s) of the article, if it's only one, pass an array with one entry. If there are multiple, multiple tags with descending relevance will be created.
openGraph.article.authors | string[] | Sets `article:author`. The author(s) of the article, if it's only one, pass an array with one entry. If there are multiple, multiple tags with descending relevance will be created.
openGraph.article.section | string | Sets `article:section`. A high-level section name. E.g. Technology

@@ -107,0 +107,0 @@ openGraph.article.tags | string[] | Sets `article:tag`. Tag words associated with this article. If it's only one, pass an array with one entry. If there are multiple, multiple tags with descending relevance will be created.

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

// @ts-expect-error
// @ts-ignore
export { default as SEO } from "./SEO.astro";
// @ts-expect-error
// @ts-ignore
export * from "./SEO.astro";

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