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 0.2.1 to 0.3.0

dist/apply.d.ts

9

dist/index.d.ts

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

/// <reference types="@sveltejs/kit" />
export { default as SvelteHTML } from './SvelteHtml.svelte';
export { transform } from './transform';
export { apply };
import { apply } from './apply';
/** @deprecated rename to `apply` */
export declare const transform: (attributes: Record<string, string>) => ((input: {
html: string;
done: boolean;
}) => import("@sveltejs/kit").MaybePromise<string | undefined>) | undefined;

5

dist/index.js
export { default as SvelteHTML } from './SvelteHtml.svelte';
export { transform } from './transform';
export { apply };
import { apply } from './apply';
/** @deprecated rename to `apply` */
export const transform = apply;
{
"name": "@jill64/svelte-html",
"version": "0.2.1",
"version": "0.3.0",
"description": "🏷️ Declarative attribute binding for the root html element",

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

"declarative",
"html",
"svelte"

@@ -56,8 +57,8 @@ ],

"@sveltejs/adapter-cloudflare": "2.3.3",
"@sveltejs/kit": "1.27.3",
"@typescript-eslint/eslint-plugin": "6.9.1",
"@typescript-eslint/parser": "6.9.1",
"@sveltejs/kit": "1.27.4",
"@typescript-eslint/eslint-plugin": "6.10.0",
"@typescript-eslint/parser": "6.10.0",
"eslint-config-prettier": "9.0.0",
"eslint-plugin-deprecation": "2.0.0",
"eslint-plugin-svelte": "2.34.1",
"eslint-plugin-svelte": "2.35.0",
"prettier-plugin-svelte": "3.0.3",

@@ -64,0 +65,0 @@ "svelte": "4.2.2",

@@ -5,3 +5,3 @@ <!----- BEGIN GHOST DOCS HEADER ----->

[![npm-version](https://img.shields.io/npm/v/@jill64/svelte-html)](https://npmjs.com/package/@jill64/svelte-html) [![npm-license](https://img.shields.io/npm/l/@jill64/svelte-html)](https://npmjs.com/package/@jill64/svelte-html) [![npm-download-month](https://img.shields.io/npm/dm/@jill64/svelte-html)](https://npmjs.com/package/@jill64/svelte-html) [![npm-min-size](https://img.shields.io/bundlephobia/min/@jill64/svelte-html)](https://npmjs.com/package/@jill64/svelte-html) [![ci.yml](https://github.com/jill64/svelte-html/actions/workflows/ci.yml/badge.svg)](https://github.com/jill64/svelte-html/actions/workflows/ci.yml) [![codecov-coverage](https://codecov.io/gh/jill64/svelte-html/graph/badge.svg)](https://codecov.io/gh/jill64/svelte-html)
[![npm-version](https://img.shields.io/npm/v/@jill64/svelte-html)](https://npmjs.com/package/@jill64/svelte-html) [![npm-license](https://img.shields.io/npm/l/@jill64/svelte-html)](https://npmjs.com/package/@jill64/svelte-html) [![npm-download-month](https://img.shields.io/npm/dm/@jill64/svelte-html)](https://npmjs.com/package/@jill64/svelte-html) [![npm-min-size](https://img.shields.io/bundlephobia/min/@jill64/svelte-html)](https://npmjs.com/package/@jill64/svelte-html) [![ci.yml](https://github.com/jill64/svelte-html/actions/workflows/ci.yml/badge.svg)](https://github.com/jill64/svelte-html/actions/workflows/ci.yml)

@@ -8,0 +8,0 @@ 🏷️ Declarative attribute binding for the root html element

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