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

cra-template-typescript

Package Overview
Dependencies
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cra-template-typescript - npm Package Compare versions

Comparing version 2.0.0-next.64 to 2.0.0-next.65

6

package.json
{
"name": "cra-template-typescript",
"version": "2.0.0-next.64+7ab01169",
"version": "2.0.0-next.65+657739fb",
"keywords": [

@@ -18,3 +18,3 @@ "react",

"engines": {
"node": ">=10"
"node": ">=14"
},

@@ -28,3 +28,3 @@ "bugs": {

],
"gitHead": "7ab0116939064c0417950fa7f92dff7324fe2126"
"gitHead": "657739fb15a39fc2bb608ff446c308406afe6388"
}
{
"package": {
"dependencies": {
"@testing-library/jest-dom": "^5.9.0",
"@testing-library/react": "^10.2.1",
"@testing-library/user-event": "^12.0.2",
"@types/node": "^12.0.0",
"@types/react": "^16.9.0",
"@types/react-dom": "^16.9.0",
"@types/jest": "^25.0.0",
"typescript": "^3.9.5",
"web-vitals": "^0.2.2"
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^12.0.0",
"@testing-library/user-event": "^13.2.1",
"@types/jest": "^27.0.1",
"@types/node": "^16.7.13",
"@types/react": "^17.0.20",
"@types/react-dom": "^17.0.9",
"typescript": "^4.4.2",
"web-vitals": "^2.1.0"
},
"eslintConfig": {
"extends": ["react-app", "react-app/jest"]
}
}
}

@@ -0,1 +1,3 @@

# Getting Started with Create React App
This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).

@@ -9,6 +11,6 @@

Runs the app in the development mode.<br />
Runs the app in the development mode.\
Open [http://localhost:3000](http://localhost:3000) to view it in the browser.
The page will reload if you make edits.<br />
The page will reload if you make edits.\
You will also see any lint errors in the console.

@@ -18,3 +20,3 @@

Launches the test runner in the interactive watch mode.<br />
Launches the test runner in the interactive watch mode.\
See the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information.

@@ -24,6 +26,6 @@

Builds the app for production to the `build` folder.<br />
Builds the app for production to the `build` folder.\
It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.<br />
The build is minified and the filenames include the hashes.\
Your app is ready to be deployed!

@@ -30,0 +32,0 @@

@@ -6,3 +6,3 @@ import { ReportHandler } from 'web-vitals';

import('web-vitals').then(({ getCLS, getFID, getFCP, getLCP, getTTFB }) => {
getCLS(onPerfEntry);
getCLS(onPerfEntry);
getFID(onPerfEntry);

@@ -14,4 +14,4 @@ getFCP(onPerfEntry);

}
}
};
export default reportWebVitals;

Sorry, the diff of this file is not supported yet

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