Socket
Socket
Sign inDemoInstall

@sunney/create-ts-app

Package Overview
Dependencies
0
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.1.0 to 2.2.0

2

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

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

{
"compilerOptions": {
"target": "es2020",
"target": "ES2020",
"module": "Node16",
"strict": true,
"esModuleInterop": true,
"moduleResolution": "node16",
"moduleResolution": "NodeNext",
"skipLibCheck": true,

@@ -9,0 +9,0 @@ "noUnusedLocals": true,

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