Socket
Socket
Sign inDemoInstall

sveltekit-embed

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sveltekit-embed - npm Package Compare versions

Comparing version 0.0.13 to 0.0.14

62

package.json
{
"name": "sveltekit-embed",
"version": "0.0.13",
"version": "0.0.14",
"author": {

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

"test:ci": "vitest run",
"cspell": "cspell '**/*.md' --config cspell.json --language-id en-gb --wordsOnly",
"cspell": "cspell '**/*.md' --config cspell.json --wordsOnly",
"contributors:add": "all-contributors add",

@@ -48,38 +48,38 @@ "contributors:generate": "all-contributors generate"

"peerDependencies": {
"svelte": "^3.54.0"
"svelte": "^3.54.0 || ^4.0.0"
},
"devDependencies": {
"@playwright/test": "^1.31.2",
"@sveltejs/adapter-auto": "^2.0.0",
"@sveltejs/kit": "^1.11.0",
"@sveltejs/package": "^2.0.2",
"@tailwindcss/typography": "^0.5.3",
"@testing-library/svelte": "^3.2.2",
"@typescript-eslint/eslint-plugin": "^5.54.1",
"@typescript-eslint/parser": "^5.54.1",
"autoprefixer": "^10.4.7",
"cspell": "^6.29.0",
"daisyui": "^2.18.1",
"eslint": "^8.36.0",
"eslint-config-prettier": "^8.7.0",
"eslint-plugin-svelte3": "^4.0.0",
"@playwright/test": "^1.37.1",
"@sveltejs/adapter-auto": "^2.1.0",
"@sveltejs/kit": "^1.22.6",
"@sveltejs/package": "^2.2.1",
"@tailwindcss/typography": "^0.5.9",
"@testing-library/svelte": "^4.0.3",
"@typescript-eslint/eslint-plugin": "^6.4.1",
"@typescript-eslint/parser": "^6.4.1",
"autoprefixer": "^10.4.15",
"cspell": "^7.0.1",
"daisyui": "^3.6.1",
"eslint": "^8.47.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.14",
"jsdom": "^22.1.0",
"mdsvex": "^0.11.0",
"postcss": "^8.4.28",
"postcss-load-config": "^4.0.1",
"prettier": "^2.8.4",
"prettier-plugin-svelte": "^2.9.0",
"publint": "^0.1.10",
"prettier": "^3.0.2",
"prettier-plugin-svelte": "^3.0.3",
"publint": "^0.2.2",
"rehype-autolink-headings": "^6.1.1",
"rehype-slug": "^5.1.0",
"svead": "^0.0.4",
"svelte": "^3.56.0",
"svelte-check": "^3.1.2",
"svelte-preprocess": "^4.10.7",
"tailwindcss": "^3.1.5",
"tslib": "^2.5.0",
"typescript": "^4.9.5",
"vite": "^4.1.4",
"vitest": "^0.29.2"
"svelte": "^4.2.0",
"svelte-check": "^3.5.0",
"svelte-preprocess": "^5.0.4",
"tailwindcss": "^3.3.3",
"tslib": "^2.6.2",
"typescript": "^5.1.6",
"vite": "^4.4.9",
"vitest": "^0.34.2"
},

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

# SvelteKit Embed
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
[![All Contributors](https://img.shields.io/badge/all_contributors-7-orange.svg?style=flat-square)](#contributors-)
[![All Contributors](https://img.shields.io/badge/all_contributors-8-orange.svg?style=flat-square)](#contributors-)
<!-- ALL-CONTRIBUTORS-BADGE:END -->

@@ -11,2 +9,4 @@

[![Tests: Unit](https://github.com/spences10/sveltekit-embed/actions/workflows/unit-test.yml/badge.svg)](https://github.com/spences10/sveltekit-embed/actions/workflows/unit-test.yml)
This is a collection of embed components I use on a regular basis

@@ -166,2 +166,28 @@ packaged up for use.

**Publish @next package**
Same procedure except use the `--tag` flag:
```bash
# authenticate with npm
npm login
# bump version with npm
npm version 0.0.13
# package with sveltekit
pnpm run package
# publish with tag
npm publish --tag next
# push tags to github
git push --tags
```
**Move @next package to latest**
```bash
# authenticate with npm
npm login
# move @next to latest
npm dist-tag add sveltekit-embed@0.0.13 latest
```
## Contributors ✨

@@ -185,2 +211,5 @@

</tr>
<tr>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/Jason3S"><img src="https://avatars.githubusercontent.com/u/3740137?v=4?s=100" width="100px;" alt="Jason Dent"/><br /><sub><b>Jason Dent</b></sub></a><br /><a href="https://github.com/spences10/sveltekit-embed/commits?author=Jason3S" title="Code">💻</a></td>
</tr>
</tbody>

@@ -187,0 +216,0 @@ <tfoot>

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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