Socket
Socket
Sign inDemoInstall

@testing-library/user-event

Package Overview
Dependencies
Maintainers
16
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.0.0-beta.4 to 14.0.0-beta.5

dist/index.cjs

13

package.json
{
"name": "@testing-library/user-event",
"version": "14.0.0-beta.4",
"version": "14.0.0-beta.5",
"description": "Fire events the same way the user does",

@@ -28,4 +28,11 @@ "keywords": [

],
"main": "./dist/index.js",
"exports": "./dist/index.js",
"main": "./dist/index.cjs",
"module": "./dist/index.mjs",
"exports": {
".": {
"require": "./dist/index.cjs",
"default": "./dist/index.mjs"
}
},
"types": "./dist/types/index.d.ts",
"scripts": {

@@ -32,0 +39,0 @@ "build": "node build.js",

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