Socket
Socket
Sign inDemoInstall

@openc-bv/design-system

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@openc-bv/design-system - npm Package Compare versions

Comparing version 0.0.1-alpha.7 to 0.0.1-alpha.8

10

ambient.d.ts
/**
* Workaround for typings for vite-imagetools.
*
* @see https://github.com/JonasKruckenberg/imagetools/issues/160

@@ -16,3 +15,2 @@ * @see https://github.com/JonasKruckenberg/imagetools/tree/main/packages/vite

* Workaround for typings for vite-imagetools.
*
* @see https://github.com/JonasKruckenberg/imagetools/issues/160

@@ -27,1 +25,9 @@ * @see https://github.com/JonasKruckenberg/imagetools/tree/main/packages/vite

}
/**
* This enables importing Svelte components in TypeScript files.
* @see https://stackoverflow.com/a/66582171
*/
declare module '*.svelte' {
export { SvelteComponentDev as default } from 'svelte/internal';
}

6

index.d.ts

@@ -1,3 +0,5 @@

export * from './util';
export * from './types';
export * from './util.js';
export * from './types.js';
export { default as svelteKitServiceWorker } from './sveltekit/service-worker.js';
export { default as SvelteKitLoadingBar } from './sveltekit/loading-bar.svelte';
export { default as Alert } from './components/alert.svelte';

@@ -4,0 +6,0 @@ export { default as Box } from './components/box.svelte';

@@ -1,3 +0,5 @@

export * from './util';
export * from './types';
export * from './util.js';
export * from './types.js';
export { default as svelteKitServiceWorker } from './sveltekit/service-worker.js';
export { default as SvelteKitLoadingBar } from './sveltekit/loading-bar.svelte';
export { default as Alert } from './components/alert.svelte';

@@ -4,0 +6,0 @@ export { default as Box } from './components/box.svelte';

{
"name": "@openc-bv/design-system",
"version": "0.0.1-alpha.7",
"license": "CC-BY-NC-SA-4.0",
"dependencies": {
"@sveltejs/kit": "next",
"version": "0.0.1-alpha.8",
"peerDependencies": {
"autoprefixer": "^10.4.2",
"deepmerge": "^4.2.2",
"nprogress": "^0.2.0",
"sass": "^1.48.0",
"svelte": "^3.44.2",
"svelte-preprocess": "^4.10.1",
"svelte": "^3.44.0",
"svelte-preprocess-import-assets": "^0.1.5",

@@ -17,27 +15,22 @@ "svelte-sequential-preprocessor": "^0.0.7",

"devDependencies": {
"@typescript-eslint/eslint-plugin": "^4.31.1",
"@typescript-eslint/parser": "^4.31.1",
"copyfiles": "^2.4.1",
"@sveltejs/adapter-auto": "next",
"@sveltejs/adapter-static": "^1.0.0-next.26",
"@sveltejs/kit": "next",
"@typescript-eslint/eslint-plugin": "^5.10.1",
"@typescript-eslint/parser": "^5.10.1",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-svelte3": "^3.2.1",
"prettier": "^2.5.0",
"prettier-plugin-svelte": "^2.5.1",
"rimraf": "^3.0.2",
"svelte-check": "^2.2.10",
"prettier": "^2.4.1",
"prettier-plugin-svelte": "^2.4.0",
"svelte-check": "^2.2.6",
"svelte-preprocess": "^4.9.4",
"svelte2tsx": "^0.4.14",
"tslib": "^2.3.1",
"typescript": "^4.5.4"
"typescript": "^4.4.3"
},
"type": "module",
"repository": {
"type": "git",
"url": "git://github.com/openc-bv/design-system"
},
"bugs": {
"url": "https://github.com/openc-bv/design-system/issues",
"email": "romeinvanburen@openc.nl"
},
"exports": {
"./package.json": "./package.json",
"./COLOPHON.md": "./COLOPHON.md",
"./components/alert.svelte": "./components/alert.svelte",

@@ -44,0 +37,0 @@ "./components/box.svelte": "./components/box.svelte",

@@ -38,4 +38,4 @@ import preprocess from 'svelte-preprocess';

vite: {
plugins: [imagetools()]
}
plugins: [imagetools()],
},
}

@@ -42,0 +42,0 @@ };

/// <reference lib="webworker" />
export default function serviceWorker(): void;
export default function serviceWorker({ build, files, timestamp }: {
build: string[];
files: string[];
timestamp: number;
}): void;
/// <reference lib="webworker" />
// https://dev.to/100lvlmaster/create-a-pwa-with-sveltekit-svelte-a36
import { build, files, timestamp } from '$service-worker';
export default function serviceWorker() {
export default function serviceWorker({ build, files, timestamp }) {
const worker = self;

@@ -6,0 +5,0 @@ const FILES = `cache${timestamp}`;

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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