Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@sunney/create-ts-app

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sunney/create-ts-app - npm Package Compare versions

Comparing version 2.0.11 to 2.0.12

./dist/index.js

2

package.json
{
"name": "@sunney/create-ts-app",
"version": "2.0.11",
"version": "2.0.12",
"description": "Create a TypeScript app with a single command",

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

{
"name": "project-name",
"version": "0.0.1",
"description": "Project description",
"publishConfig": {
"access": "public"
},
"exports": "./dist/index.js",
"scripts": {
"dev": "tsup src/index.ts --watch --minify --sourcemap --format esm --onSuccess=\"node dist/index.mjs\"",
"build": "tsup src/index.ts --minify --format cjs,esm --dts-resolve",
"prepublishOnly": "pnpm run build"
},
"license": "MIT",
"devDependencies": {
"@types/node": "^18.11.9",
"tsup": "6.5.0",
"typescript": "4.9.3"
}
"name": "project-name",
"version": "0.0.1",
"description": "Project description",
"publishConfig": {
"access": "public"
},
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"exports": {
"require": "./dist/index.js",
"import": "./dist/index.mjs"
},
"types": "./dist/index.d.ts",
"scripts": {
"dev": "tsup src/index.ts --watch --minify --sourcemap --format esm --onSuccess=\"node dist/index.mjs\"",
"build": "tsup src/index.ts --minify --format cjs,esm --dts-resolve",
"prepublishOnly": "pnpm run build"
},
"license": "MIT",
"devDependencies": {
"@types/node": "^18.16.3",
"tsup": "6.7.0",
"typescript": "5.0.4"
}
}
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