Socket
Socket
Sign inDemoInstall

@epam/cra-template-uui

Package Overview
Dependencies
Maintainers
4
Versions
48
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@epam/cra-template-uui - npm Package Compare versions

Comparing version 1.0.4 to 1.0.5

2

package.json
{
"name": "@epam/cra-template-uui",
"version": "1.0.4",
"version": "1.0.5",
"keywords": [

@@ -5,0 +5,0 @@ "UUI",

@@ -9,18 +9,18 @@ {

"history": "4.10.1",
"react-router-dom": "5.2.0",
"typescript": "4.5.4",
"sass": "^1.51.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-scripts": "^4.0.3"
"react-router-dom": "5.3.4",
"typescript": "4.9.3",
"sass": "^1.57.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-scripts": "5.0.1"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^12.0.0",
"@types/history": "4.7.9",
"@testing-library/jest-dom": "5.16.5",
"@testing-library/react": "13.4.0",
"@types/history": "4.7.11",
"@types/jest": "25.2.3",
"@types/node": "14.0.5",
"@types/react": "17.0.3",
"@types/react-dom": "17.0.3",
"@types/react-router-dom": "5.1.7"
"@types/node": "16.18.4",
"@types/react": "18.0.27",
"@types/react-dom": "18.0.10",
"@types/react-router-dom": "5.3.3"
},

@@ -31,2 +31,2 @@ "eslintConfig": {

}
}
}

@@ -63,3 +63,3 @@ # Getting started

import * as React from 'react';
import * as css from './MainPage.module.scss';
import css from './MainPage.module.scss';

@@ -66,0 +66,0 @@ export const MyComponent = <div className={ css.mainPanel }>

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