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

@jetkit/cra-template-typescript

Package Overview
Dependencies
Maintainers
5
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jetkit/cra-template-typescript - npm Package Compare versions

Comparing version 1.3.1 to 2.0.0

template/src/reportWebVitals.ts

5

package.json
{
"name": "@jetkit/cra-template-typescript",
"version": "1.3.1",
"version": "2.0.0",
"private": false,

@@ -12,3 +12,2 @@ "keywords": [

"description": "The base TypeScript template for Create React App.",
"main": "template.json",
"repository": {

@@ -21,3 +20,3 @@ "type": "git",

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

@@ -24,0 +23,0 @@ "bugs": {

18

template.json
{
"package": {
"dependencies": {
"@testing-library/react": "^9.3.2",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/user-event": "^7.1.2",
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.1.0",
"@testing-library/user-event": "^12.1.10",
"@types/node": "^12.0.0",
"@types/react": "^16.9.0",
"@types/react-dom": "^16.9.0",
"@types/jest": "^24.0.0",
"typescript": "~3.7.2"
"@types/react": "^16.9.53",
"@types/react-dom": "^16.9.8",
"@types/jest": "^26.0.15",
"typescript": "^4.0.3",
"web-vitals": "^0.2.4"
},
"eslintConfig": {
"extends": ["react-app", "react-app/jest"]
}
}
}

@@ -13,6 +13,6 @@ # JetBridge Frontend Starter Kit

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.

@@ -22,3 +22,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.

@@ -28,6 +28,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!

@@ -34,0 +34,0 @@

@@ -5,2 +5,2 @@ // jest-dom adds custom jest matchers for asserting on DOM nodes.

// learn more: https://github.com/testing-library/jest-dom
import '@testing-library/jest-dom/extend-expect';
import '@testing-library/jest-dom';

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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