Socket
Socket
Sign inDemoInstall

@douganderson444/listavelte

Package Overview
Dependencies
0
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.6 to 0.1.4

dist/index.js

3

index.d.ts

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

export { default as TaskList, default } from "./List.svelte";
export { default as Styling } from "./Styling.svelte";
export { default, default as TaskList } from "./TaskList.svelte";

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

export { default as TaskList } from './List.svelte';
export { default as default } from './List.svelte';
// svelte component
export { default as default } from './TaskList.svelte';
export { default as TaskList } from './TaskList.svelte';
export { default as Styling } from './Styling.svelte';
{
"name": "@douganderson444/listavelte",
"module": "src/lib/index.js",
"version": "0.0.6",
"version": "0.1.4",
"type": "module",
"svelte": "index.js",
"module": "dist/index.js",
"main": "dist/index.js",
"devDependencies": {
"@fullhuman/postcss-purgecss": "^4.1.3",
"@rollup/plugin-commonjs": "^22.0.0",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^13.3.0",
"@rollup/plugin-typescript": "^8.3.2",
"@sveltejs/adapter-auto": "next",

@@ -11,7 +19,13 @@ "@sveltejs/adapter-static": "^1.0.0-next.29",

"postcss": "^8.4.13",
"postcss-import": "^14.1.0",
"postcss-load-config": "^3.1.4",
"prettier": "^2.5.1",
"prettier-plugin-svelte": "^2.5.0",
"rollup-plugin-postcss": "^4.0.2",
"rollup-plugin-svelte": "^7.1.0",
"rollup-plugin-terser": "^7.0.2",
"sass": "^1.51.0",
"svelte": "^3.44.0",
"svelte-check": "^2.2.6",
"svelte-preprocess": "^4.10.1",
"svelte-preprocess": "^4.10.6",
"svelte2tsx": "^0.5.9",

@@ -22,3 +36,2 @@ "tailwindcss": "^3.0.24",

},
"type": "module",
"repository": "https://github.com/DougAnderson444/listavelte",

@@ -29,5 +42,8 @@ "exports": {

".": "./index.js",
"./List.svelte": "./List.svelte"
},
"svelte": "./index.js"
"./stylesheet.scss": "./stylesheet.scss",
"./Styling.svelte": "./Styling.svelte",
"./TaskList.svelte": "./TaskList.svelte",
"./dist/index.js": "./dist/index.js",
"./dist/index.js.map": "./dist/index.js.map"
}
}

@@ -45,1 +45,7 @@ # List-a-Svelte Task List Tracker

Issues, pull requests, and forks are welcome
### Building
As of this writing, Sveltekit [doesn't build and bundle components alone](https://github.com/sveltejs/kit/issues/3882). So a Rollupjs file is needed to do this separately after `package` is complete.
Tailwindcss is incorporated into this step using `postcss` in `rollup.config.bundle.js`.
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc