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

cra-template-ditto

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cra-template-ditto - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

template/tsconfig.json

2

package.json
{
"name": "cra-template-ditto",
"version": "0.0.1",
"version": "0.0.2",
"private": false,

@@ -5,0 +5,0 @@ "main": "template.json",

@@ -11,1 +11,7 @@ <h1 align="center">

</p>
## 🚀 Usage
```bash
npx create-react-app your-awesome-app --template unicorn
```

@@ -16,7 +16,7 @@ {

"devDependencies": {
"@types/node": "^12.0.0",
"@types/react": "^16.9.0",
"@types/react-dom": "^16.9.0",
"@types/node": "^14.0.27",
"@types/react": "^16.9.46",
"@types/react-dom": "^16.9.8",
"@types/styled-components": "^5.1.2",
"typescript": "~3.7.2"
"typescript": "~3.9.7"
},

@@ -23,0 +23,0 @@ "eslintConfig": {

@@ -11,4 +11,12 @@ import { createGlobalStyle } from 'styled-components';

-webkit-user-drag: none;
-webkit-tap-highlight-color: transparent;
}
a {
color: inherit;
cursor: pointer;
touch-action: manipulation;
text-decoration: none;
}
body {

@@ -26,2 +34,4 @@ margin: 0;

-webkit-font-smoothing: antialiased;
letter-spacing: -0.4px;
font-size: 16px;
}

@@ -28,0 +38,0 @@

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