Socket
Socket
Sign inDemoInstall

@testing-library/user-event

Package Overview
Dependencies
Maintainers
13
Versions
199
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@testing-library/user-event - npm Package Compare versions

Comparing version 14.4.1 to 14.4.2

30

package.json
{
"name": "@testing-library/user-event",
"version": "14.4.1",
"version": "14.4.2",
"description": "Fire events the same way the user does",

@@ -38,3 +38,3 @@ "keywords": [

"devDependencies": {
"@ph.fritsche/scripts-config": "^2.3.0",
"@ph.fritsche/scripts-config": "^2.3.1",
"@testing-library/dom": "^8.11.4",

@@ -65,3 +65,27 @@ "@testing-library/jest-dom": "^5.16.3",

"module": "./dist/esm/index.js",
"types": "./dist/types/index.d.ts"
"types": "./dist/types/index.d.ts",
"exports": {
".": {
"require": "./dist/cjs/index.js",
"default": "./dist/esm/index.js"
},
"./dist/cjs/*": "./dist/cjs/*",
"./dist/esm/*": "./dist/esm/*"
},
"typesVersions": {
"*": {
"dist/types/*": [
"./dist/types/*"
],
"dist/cjs/*.js": [
"./dist/types/*.d.ts"
],
"dist/esm/*.js": [
"./dist/types/*.d.ts"
],
"*": [
"./dist/types/*.d.ts"
]
}
}
}
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