Socket
Socket
Sign inDemoInstall

@testing-library/react

Package Overview
Dependencies
Maintainers
10
Versions
117
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@testing-library/react - npm Package Compare versions

Comparing version 9.1.0 to 9.1.1

5

package.json
{
"name": "@testing-library/react",
"version": "9.1.0",
"version": "9.1.1",
"description": "Simple and complete React DOM testing utilities that encourage good testing practices.",

@@ -47,3 +47,4 @@ "main": "dist/index.js",

"@babel/runtime": "^7.5.5",
"@testing-library/dom": "^6.0.0"
"@testing-library/dom": "^6.0.0",
"@types/react-dom": "*"
},

@@ -50,0 +51,0 @@ "devDependencies": {

import {queries, Queries, BoundFunction} from '@testing-library/dom'
import {act as reactAct} from 'react-dom/test-utils'

@@ -46,2 +47,4 @@ export * from '@testing-library/dom'

*/
export function act(callback: () => void): void
export const act: typeof reactAct extends undefined
? (callback: () => void) => void
: typeof reactAct
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