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

@jill64/svelte-html

Package Overview
Dependencies
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jill64/svelte-html - npm Package Compare versions

Comparing version 2.0.0-next-.1 to 2.0.0-next-.2

1

dist/index.d.ts

@@ -0,2 +1,3 @@

export { default as SvelteHTML } from './SvelteHtml.svelte';
import type { ResolveOptions } from '@sveltejs/kit';
export declare const apply: (attributes: Record<string, string>) => ResolveOptions['transformPageChunk'];

@@ -0,2 +1,3 @@

export { default as SvelteHTML } from './SvelteHtml.svelte';
import { transform } from './utils/transform';
export const apply = (attributes) => ({ html }) => transform(html, attributes);

6

package.json
{
"name": "@jill64/svelte-html",
"version": "2.0.0next-.1",
"version": "2.0.0next-.2",
"description": "🏷️ Declarative attribute binding for the root html element",

@@ -30,3 +30,3 @@ "main": "dist/index.js",

"url": "https://github.com/jill64/svelte-html.git",
"image": "https://opengraph.githubassets.com/31dc7ba37e3a83d726a98c74bd4fabf0fe2b91f1a929577a1635b3496e315920/jill64/svelte-html"
"image": "https://opengraph.githubassets.com/1b96594d258635798d191c3ea562ba49eb0ca0dc16089a4582ccd0b614bb5d58/jill64/svelte-html"
},

@@ -67,3 +67,3 @@ "publishConfig": {

"@playwright/test": "1.45.3",
"@sveltejs/adapter-cloudflare": "4.6.1",
"@sveltejs/adapter-cloudflare": "4.7.0",
"@sveltejs/kit": "2.5.18",

@@ -70,0 +70,0 @@ "svelte": "5.0.0-next.197",

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