Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

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.3.7 to 0.3.8

17

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

@@ -13,2 +13,6 @@ "homepage": "https://github.com/jonasmerlin/astro-seo#readme",

},
"files": [
"src/index.js",
"src/SEO.astro"
],
"exports": "./src/index.js",

@@ -19,3 +23,12 @@ "keywords": [

"author": "Jonas Schumacher",
"license": "MIT"
"license": "MIT",
"scripts": {
"cypress:open": "cypress open",
"dev": "astro dev",
"preview": "astro preview"
},
"devDependencies": {
"astro": "^0.20.3",
"cypress": "^8.3.1"
}
}
CHANGELOG.md

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