@jill64/svelte-html
Advanced tools
Comparing version 2.0.0-next-.1 to 2.0.0-next-.2
@@ -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); |
{ | ||
"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", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
7494
46