Socket
Socket
Sign inDemoInstall

svead

Package Overview
Dependencies
0
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.3 to 0.0.4

icons/git-hub.svelte

6

components/head.svelte.d.ts

@@ -17,7 +17,7 @@ import { SvelteComponentTyped } from "svelte";

};
export declare type HeadProps = typeof __propDef.props;
export declare type HeadEvents = typeof __propDef.events;
export declare type HeadSlots = typeof __propDef.slots;
export type HeadProps = typeof __propDef.props;
export type HeadEvents = typeof __propDef.events;
export type HeadSlots = typeof __propDef.slots;
export default class Head extends SvelteComponentTyped<HeadProps, HeadEvents, HeadSlots> {
}
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.3",
"version": "0.0.4",
"author": {

@@ -22,21 +22,31 @@ "name": "Scott Spence",

"devDependencies": {
"@playwright/test": "1.22.0",
"@playwright/test": "^1.28.1",
"@sveltejs/adapter-auto": "next",
"@sveltejs/kit": "next",
"@typescript-eslint/eslint-plugin": "5.23.0",
"@typescript-eslint/parser": "5.23.0",
"eslint": "8.15.0",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-svelte3": "4.0.0",
"husky": "8.0.1",
"prettier": "2.6.2",
"prettier-plugin-svelte": "2.7.0",
"pretty-quick": "3.1.3",
"svead": "^0.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.6.4"
"@sveltejs/package": "1.0.0-next.6",
"@tailwindcss/typography": "^0.5.3",
"@typescript-eslint/eslint-plugin": "^5.45.0",
"@typescript-eslint/parser": "^5.45.0",
"autoprefixer": "^10.4.7",
"daisyui": "^2.18.1",
"eslint": "^8.28.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-svelte3": "^4.0.0",
"fathom-client": "^3.5.0",
"husky": "^8.0.2",
"mdsvex": "^0.10.6",
"postcss": "^8.4.14",
"postcss-load-config": "^4.0.1",
"prettier": "^2.8.0",
"prettier-plugin-svelte": "^2.8.1",
"pretty-quick": "^3.1.3",
"svead": "^0.0.3",
"svelte": "^3.53.1",
"svelte-check": "^2.9.2",
"svelte-preprocess": "^4.10.7",
"tailwindcss": "^3.1.5",
"tslib": "^2.4.1",
"typescript": "^4.9.3",
"vite": "^3.2.4",
"vitest": "^0.25.3"
},

@@ -56,2 +66,5 @@ "type": "module",

"./components/head.svelte": "./components/head.svelte",
"./icons/git-hub.svelte": "./icons/git-hub.svelte",
"./icons/twitter.svelte": "./icons/twitter.svelte",
"./icons/you-tube.svelte": "./icons/you-tube.svelte",
".": "./index.js"

@@ -58,0 +71,0 @@ },

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