Socket
Socket
Sign inDemoInstall

svead

Package Overview
Dependencies
21
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.8 to 0.0.9

4

dist/components/schema-org.svelte.d.ts

@@ -12,3 +12,4 @@ import { SvelteComponentTyped } from "svelte";

};
export type SchemaOrgProps = typeof __propDef.props;
type SchemaOrgProps_ = typeof __propDef.props;
export { SchemaOrgProps_ as SchemaOrgProps };
export type SchemaOrgEvents = typeof __propDef.events;

@@ -18,2 +19,1 @@ export type SchemaOrgSlots = typeof __propDef.slots;

}
export {};
{
"name": "svead",
"description": "Svead, a component that allows you to set head meta information, canonical, title, Twitter and Facebook Open Graph tags.",
"version": "0.0.8",
"version": "0.0.9",
"author": {

@@ -26,3 +26,3 @@ "name": "Scott Spence",

"test:unit": "vitest",
"test:ci": "vitest",
"test:ci": "vitest run",
"lint": "prettier --plugin-search-dir . --check . && eslint .",

@@ -43,36 +43,36 @@ "format": "prettier --plugin-search-dir . --write .",

"peerDependencies": {
"svelte": "^3.54.0"
"svelte": "^3.54.0 || ^4.0.0"
},
"devDependencies": {
"@playwright/test": "^1.32.2",
"@sveltejs/adapter-auto": "^2.0.0",
"@sveltejs/kit": "^1.15.1",
"@sveltejs/package": "^2.0.2",
"@playwright/test": "^1.37.1",
"@sveltejs/adapter-auto": "^2.1.0",
"@sveltejs/kit": "^1.23.0",
"@sveltejs/package": "^2.2.2",
"@tailwindcss/typography": "^0.5.9",
"@testing-library/svelte": "^3.2.2",
"@typescript-eslint/eslint-plugin": "^5.57.1",
"@typescript-eslint/parser": "^5.57.1",
"all-contributors-cli": "^6.24.0",
"autoprefixer": "^10.4.14",
"daisyui": "^2.51.5",
"eslint": "^8.37.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-svelte3": "^4.0.0",
"@testing-library/svelte": "^4.0.3",
"@typescript-eslint/eslint-plugin": "^6.4.1",
"@typescript-eslint/parser": "^6.4.1",
"all-contributors-cli": "^6.26.1",
"autoprefixer": "^10.4.15",
"daisyui": "^3.6.3",
"eslint": "^8.48.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-svelte": "^2.33.0",
"fathom-client": "^3.5.0",
"jsdom": "^21.1.1",
"mdsvex": "^0.10.6",
"postcss": "^8.4.21",
"jsdom": "^22.1.0",
"mdsvex": "^0.11.0",
"postcss": "^8.4.28",
"postcss-load-config": "^4.0.1",
"prettier": "^2.8.7",
"prettier-plugin-svelte": "^2.10.0",
"publint": "^0.1.11",
"prettier": "^3.0.2",
"prettier-plugin-svelte": "^3.0.3",
"publint": "^0.2.2",
"svead": "^0.0.4",
"svelte": "^3.58.0",
"svelte-check": "^3.2.0",
"svelte-preprocess": "^5.0.3",
"tailwindcss": "^3.3.1",
"tslib": "^2.5.0",
"typescript": "^5.0.3",
"vite": "^4.2.1",
"vitest": "^0.29.8"
"svelte": "^4.2.0",
"svelte-check": "^3.5.0",
"svelte-preprocess": "^5.0.4",
"tailwindcss": "^3.3.3",
"tslib": "^2.6.2",
"typescript": "^5.2.2",
"vite": "^4.4.9",
"vitest": "^0.34.3"
},

@@ -79,0 +79,0 @@ "svelte": "./dist/index.js",

@@ -11,2 +11,6 @@ # Svead - Svelte Head Component

[![Tests: E2E](https://github.com/spences10/svead/actions/workflows/e2e-ci.yml/badge.svg)](https://github.com/spences10/svead/actions/workflows/e2e-ci.yml)
[![Tests: Unit](https://github.com/spences10/svead/actions/workflows/unit-test.yml/badge.svg)](https://github.com/spences10/svead/actions/workflows/unit-test.yml)
Svead, a component that allows you to set head meta information,

@@ -13,0 +17,0 @@ canonical, title, Twitter and Facebook Open Graph tags.

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