Socket
Socket
Sign inDemoInstall

svelte-check

Package Overview
Dependencies
Maintainers
3
Versions
255
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

svelte-check - npm Package Compare versions

Comparing version 3.7.0 to 3.7.1

16

dist/src/svelte-shims-v4.d.ts

@@ -96,3 +96,3 @@ // Whenever a ambient declaration changes, its number should be increased

render: {props: Props, events: Events, slots: Slots }
): {props: Expand<Props>, events: Events & {[evt: string]: CustomEvent<any>;}, slots: Slots }
): {props: Props, events: Events & {[evt: string]: CustomEvent<any>;}, slots: Slots }

@@ -233,12 +233,2 @@ declare function __sveltets_2_store_get<T = any>(store: SvelteStore<T>): T

declare type __sveltets_2_Bindings<Props extends Record<string, any>, Bindings extends string> = {
[K in keyof Props]: K extends Bindings ?
// @ts-ignore not available in Svelte 4
import('svelte').Bindable<Props[K]> :
Props[K]
};
declare function __sveltets_2_binding<T>(prop: T):
// @ts-ignore not available in Svelte 4
import('svelte').Binding<T>;
type __sveltets_2_PropsWithChildren<Props, Slots> = Props &

@@ -253,2 +243,4 @@ (Slots extends { default: any }

: {});
declare function __sveltets_2_runes_constructor<Props extends {}, Events extends {}, Slots extends {}>(render: {props: Props, events: Events, slots: Slots }): import("svelte").ComponentConstructorOptions<__sveltets_2_PropsWithChildren<Props, Slots>>;
declare function __sveltets_2_runes_constructor<Props extends {}>(render: {props: Props }): import("svelte").ComponentConstructorOptions<Props>;
declare function __sveltets_$$bindings<Bindings extends string[]>(...bindings: Bindings): Bindings[number];
{
"name": "svelte-check",
"description": "Svelte Code Checker Terminal Interface",
"version": "3.7.0",
"version": "3.7.1",
"main": "./dist/src/index.js",

@@ -6,0 +6,0 @@ "bin": "./bin/svelte-check",

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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