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

@carmen0208/create-ts-project

Package Overview
Dependencies
Maintainers
0
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@carmen0208/create-ts-project - npm Package Compare versions

Comparing version 0.2.0 to 0.2.1

2

package.json
{
"name": "@carmen0208/create-ts-project",
"version": "0.2.0",
"version": "0.2.1",
"description": "CLI tool to create TypeScript project",

@@ -5,0 +5,0 @@ "main": "dist/cli.js",

@@ -11,7 +11,7 @@ {

"outDir": "./dist",
"rootDir": "../create-ts-project/template/src",
"declaration": true
"declaration": true,
"declarationMap": true,
"rootDir": "./src"
},
"include": ["../create-ts-project/template/src/**/*"],
"exclude": ["node_modules", "**/*.test.ts"]
}
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