@testing-library/react
Advanced tools
Comparing version 14.0.0-alpha.1 to 14.0.0-alpha.2
{ | ||
"name": "@testing-library/react", | ||
"version": "14.0.0-alpha.1", | ||
"version": "14.0.0-alpha.2", | ||
"description": "Simple and complete React DOM testing utilities that encourage good testing practices.", | ||
@@ -49,3 +49,3 @@ "main": "dist/index.js", | ||
"@babel/runtime": "^7.12.5", | ||
"@testing-library/dom": "^8.5.0", | ||
"@testing-library/dom": "^9.0.0", | ||
"@types/react-dom": "^18.0.0" | ||
@@ -57,4 +57,4 @@ }, | ||
"dotenv-cli": "^4.0.0", | ||
"jest-diff": "^27.5.1", | ||
"kcd-scripts": "^11.1.0", | ||
"jest-diff": "^29.4.1", | ||
"kcd-scripts": "^13.0.0", | ||
"npm-run-all": "^4.1.5", | ||
@@ -72,2 +72,5 @@ "react": "^18.0.0", | ||
"extends": "./node_modules/kcd-scripts/eslint.js", | ||
"parserOptions": { | ||
"ecmaVersion": 2022 | ||
}, | ||
"globals": { | ||
@@ -82,2 +85,3 @@ "globalThis": "readonly" | ||
"testing-library/no-container": "off", | ||
"testing-library/no-debugging-utils": "off", | ||
"testing-library/no-dom-import": "off", | ||
@@ -84,0 +88,0 @@ "testing-library/no-unnecessary-act": "off", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Uses eval
Supply chain riskPackage uses dynamic code execution (e.g., eval()), which is a dangerous practice. This can prevent the code from running in certain environments and increases the risk that the code may contain exploits or malicious behavior.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Uses eval
Supply chain riskPackage uses dynamic code execution (e.g., eval()), which is a dangerous practice. This can prevent the code from running in certain environments and increases the risk that the code may contain exploits or malicious behavior.
Found 1 instance in 1 package
5272657
34559
+ Added@testing-library/dom@9.3.4(transitive)
- Removed@testing-library/dom@8.20.1(transitive)
Updated@testing-library/dom@^9.0.0