Socket
Socket
Sign inDemoInstall

svelte-bird

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

svelte-bird - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

dist/components/DarkModeButton.svelte

7

dist/index.d.ts

@@ -1,7 +0,2 @@

import DarkModeButton from './DarkModeButton.svelte';
import Links from './Links.svelte';
import Notifications from './Notifications.svelte';
import Search from './Search.svelte';
import SvelteBird from './SvelteBird.svelte';
import User from './components/User.svelte';
export { DarkModeButton, Links, Notifications, Search, SvelteBird, User };
export { SvelteBird };

@@ -1,8 +0,2 @@

// Reexport your entry components here
import DarkModeButton from './DarkModeButton.svelte';
import Links from './Links.svelte';
import Notifications from './Notifications.svelte';
import Search from './Search.svelte';
import SvelteBird from './SvelteBird.svelte';
import User from './components/User.svelte';
export { DarkModeButton, Links, Notifications, Search, SvelteBird, User };
export { SvelteBird };

@@ -0,4 +1,4 @@

import { functionIsRunningOnBrowser } from '../functions/functionIsRunningOnBrowser.js';
import { getContext, setContext } from 'svelte';
import { writable } from 'svelte/store';
import { functionIsRunningOnBrowser } from '../functions/functionIsRunningOnBrowser.js';
const symbolContextKey = Symbol();

@@ -5,0 +5,0 @@ export function functionCreateDarkModeStore(parInitialValue = false) {

import { SvelteComponent } from "svelte";
import type { typeSidebarData } from './types/typeSidebarData.js';
import 'simplebar';
import 'simplebar/dist/simplebar.css';
import type { typeSidebarData } from './types/typeSidebarData.js';
declare const __propDef: {

@@ -6,0 +6,0 @@ props: {

{
"name": "svelte-bird",
"version": "0.0.3",
"version": "0.0.4",
"description": "svelte-bird is a Svelte/Sveltekit admin template.",

@@ -5,0 +5,0 @@ "repository": {

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