Socket
Socket
Sign inDemoInstall

svelte-meta-tags

Package Overview
Dependencies
3
Maintainers
1
Versions
70
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.5.1 to 2.5.4

8

CHANGELOG.md

@@ -0,1 +1,9 @@

~~[2.5.3](https://github.com/oekazuma/svelte-meta-tags/compare/v2.5.2...v2.5.3) (2022-05-06)~~
- escaping content in script tags ([25bf038](https://github.com/oekazuma/svelte-meta-tags/commit/25bf038a485697249ecc9633166599b0652f3550))
~~[2.5.2](https://github.com/oekazuma/svelte-meta-tags/compare/v2.5.1...v2.5.2) (2022-05-06)~~
- version bump for package
## [2.5.1](https://github.com/oekazuma/svelte-meta-tags/compare/v2.5.0...v2.5.1) (2022-03-22)

@@ -2,0 +10,0 @@

77

package.json
{
"name": "svelte-meta-tags",
"version": "2.5.1",
"version": "2.5.4",
"description": "Svelte Meta Tags is a plugin that makes managing your SEO easier in Svelte projects.",

@@ -24,26 +24,26 @@ "license": "MIT",

"devDependencies": {
"@commitlint/cli": "16.2.3",
"@commitlint/config-conventional": "16.2.1",
"@commitlint/cli": "16.2.4",
"@commitlint/config-conventional": "16.2.4",
"@semantic-release/changelog": "6.0.1",
"@semantic-release/git": "10.0.1",
"@sveltejs/adapter-auto": "1.0.0-next.33",
"@sveltejs/kit": "1.0.0-next.301",
"@typescript-eslint/eslint-plugin": "5.16.0",
"@typescript-eslint/parser": "5.16.0",
"cypress": "9.5.2",
"eslint": "8.11.0",
"@sveltejs/adapter-auto": "1.0.0-next.40",
"@sveltejs/kit": "1.0.0-next.326",
"@typescript-eslint/eslint-plugin": "5.22.0",
"@typescript-eslint/parser": "5.22.0",
"cypress": "9.6.0",
"eslint": "8.14.0",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-cypress": "2.12.1",
"eslint-plugin-svelte3": "3.4.1",
"eslint-plugin-svelte3": "4.0.0",
"husky": "7.0.4",
"lint-staged": "12.3.7",
"prettier": "2.6.0",
"prettier-plugin-svelte": "2.6.0",
"lint-staged": "12.4.1",
"prettier": "2.6.2",
"prettier-plugin-svelte": "2.7.0",
"semantic-release": "19.0.2",
"svelte": "3.46.4",
"svelte-check": "2.4.6",
"svelte-preprocess": "4.10.4",
"svelte2tsx": "0.5.6",
"tslib": "2.3.1",
"typescript": "4.6.2"
"svelte": "3.48.0",
"svelte-check": "2.7.0",
"svelte-preprocess": "4.10.6",
"svelte2tsx": "0.5.9",
"tslib": "2.4.0",
"typescript": "4.6.4"
},

@@ -53,39 +53,2 @@ "peerDependencies": {

},
"lint-staged": {
"*.{js,ts,cjs,svelte,md,html,css,json,yml,yaml}": "pnpm format",
"*.{js,ts,svelte}": [
"pnpm lint",
"pnpm check"
]
},
"commitlint": {
"extends": [
"@commitlint/config-conventional"
],
"rules": {
"body-max-line-length": [
2,
"always",
200
]
}
},
"release": {
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
"@semantic-release/changelog",
[
"@semantic-release/npm",
{
"pkgRoot": "package"
}
],
"@semantic-release/github",
"@semantic-release/git"
],
"branches": [
"main"
]
},
"exports": {

@@ -98,2 +61,2 @@ "./package.json": "./package.json",

"svelte": "./index.js"
}
}

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