New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

create-skeleton-app

Package Overview
Dependencies
Maintainers
1
Versions
86
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-skeleton-app - npm Package Compare versions

Comparing version 0.0.3-beta.1 to 0.0.3-beta.2

dist/shared/create-skeleton-app.554bf879.cjs

1

dist/creator.d.ts

@@ -22,2 +22,3 @@ declare class SkeletonOptions {

skeletonui: boolean;
skeletontemplatedir: string;
workspace: string;

@@ -24,0 +25,0 @@ }

2

dist/index.d.ts
export { askForMissingParams } from './bin.js';
export { SkeletonOptions, createSkeleton } from './creator.js';
declare function dist(path: string): string;
declare function dist(pathToFind: string): string;
declare function getHelpText(): string;
export { dist, getHelpText };
{
"name": "create-skeleton-app",
"version": "0.0.3-beta.1",
"version": "0.0.3-beta.2",
"description": "Use this CLI app to setup a new Skeleton application in a new SvelteKit project.",

@@ -33,10 +33,8 @@ "repository": {

"files": [
"dist",
"bin",
"package.json",
"templates/*"
"dist/*",
"bin"
],
"scripts": {
"prepublishOnly": "npm run build",
"dev": "tsx src/bin.ts",
"dev": "tsx src/bin.ts --skeletontemplatedir=../../../template-sites/",
"build": "unbuild && tsx scripts/copyassets.ts",

@@ -53,3 +51,3 @@ "stub": "unbuild --stub",

"bumpp": "^8.2.1",
"eslint": "^8.27.0",
"eslint": "^8.28.0",
"fs-extra": "^10.1.0",

@@ -61,3 +59,3 @@ "kleur": "^4.1.5",

"standard-version": "^9.5.0",
"tsx": "^3.11.0",
"tsx": "^3.12.1",
"typescript": "^4.9.3",

@@ -64,0 +62,0 @@ "unbuild": "^0.9.4",

{
"position": 5,
"title": "Skeleton",
"description": "Everything is setup to go, but no example code"
"title": "Bare Bones Skeleton",
"description": "Everything is setup to go"
}
{
"position": 10,
"title": "Skeleton with AppShell and AppBar",
"title": "Skeleton with AppShell, AppBar and Drawer for mobile",
"description": "A good starting shell for your app"
}
{
"name": "create-skeleton-app",
"version": "0.0.3-beta.1",
"version": "0.0.3-beta.2",
"description": "Use this CLI app to setup a new Skeleton application in a new SvelteKit project.",

@@ -33,10 +33,8 @@ "repository": {

"files": [
"dist",
"bin",
"package.json",
"templates/*"
"dist/*",
"bin"
],
"scripts": {
"prepublishOnly": "npm run build",
"dev": "tsx src/bin.ts",
"dev": "tsx src/bin.ts --skeletontemplatedir=../../../template-sites/",
"build": "unbuild && tsx scripts/copyassets.ts",

@@ -53,3 +51,3 @@ "stub": "unbuild --stub",

"bumpp": "^8.2.1",
"eslint": "^8.27.0",
"eslint": "^8.28.0",
"fs-extra": "^10.1.0",

@@ -61,3 +59,3 @@ "kleur": "^4.1.5",

"standard-version": "^9.5.0",
"tsx": "^3.11.0",
"tsx": "^3.12.1",
"typescript": "^4.9.3",

@@ -64,0 +62,0 @@ "unbuild": "^0.9.4",

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