Socket
Socket
Sign inDemoInstall

recreate-react-app

Package Overview
Dependencies
8
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.1 to 0.0.2

bin/index.ts

16

package.json
{
"name": "recreate-react-app",
"version": "0.0.1",
"version": "0.0.2",
"description": "Minimal React app template with Webpack 5, Babel, and TypeScript",
"license": "MIT",
"author": "Cliff Zhang <cliffzhang08@gmail.com>",
"main": "./bin/index.js",
"main": "./dist/bin/index.js",
"bin": {
"recreate-react-app": "./bin/index.js"
"recreate-react-app": "./dist/bin/index.js"
},
"scripts": {},
"scripts": {
"build": "tsc",
"dev": "tsc --watch"
},
"dependencies": {
"fs-extra": "^10.1.0",
"yauzl": "^2.10.0"
},
"devDependencies": {
"@types/fs-extra": "^9.0.13",
"@types/yauzl": "^2.10.0",
"typescript": "^4.9.3"
}
}
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