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

@ecapp/cra-template-ts

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ecapp/cra-template-ts - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

2

package.json
{
"name": "@ecapp/cra-template-ts",
"version": "0.1.0",
"version": "0.1.1",
"keywords": [

@@ -5,0 +5,0 @@ "react",

# ecapp-template-typescript
```sh
npx create-react-app ecapp-app --scripts-version @ecapp/scripts --template @ecapp/ts
npx create-react-app ecapp-xxx --scripts-version @ecapp/scripts --template @ecapp/ts
# or
yarn create react-app ecapp-app --scripts-version @ecapp/scripts --template @ecapp/ts
yarn create react-app ecapp-xxx --scripts-version @ecapp/scripts --template @ecapp/ts
```
{
"package": {
"files": [
"build",
"lib",
"es"
],
"types": "./lib/ecapp-app-env.d.ts",
"dependencies": {

@@ -20,10 +26,4 @@ "@testing-library/jest-dom": "^5.11.4",

},
"files": [
"build",
"lib",
"es"
],
"types": "./lib/ecapp-app-env.d.ts",
"license": "MIT"
}
}
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