Socket
Socket
Sign inDemoInstall

astro-seo

Package Overview
Dependencies
Maintainers
1
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

astro-seo - npm Package Compare versions

Comparing version 0.5.1 to 0.6.0

index.ts

16

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

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

"files": [
"src/index.mjs",
"index.ts",
"src/index.ts",
"src/SEO.astro",
"src/components"
],
"exports": "./src/index.mjs",
"exports": "./index.ts",
"keywords": [
"astro-component"
"astro-component",
"seo"
],

@@ -28,4 +30,6 @@ "author": "Jonas Schumacher",

"dev": "astro dev",
"preview": "astro preview",
"format": "yarn prettier -w ./src",
"build": "astro build",
"start": "astro preview",
"format": "prettier -w ./src",
"check:format": "prettier -c ./src",
"release": "standard-version",

@@ -32,0 +36,0 @@ "check": "astro check"

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