Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@testing-library/react-hooks

Package Overview
Dependencies
Maintainers
10
Versions
53
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@testing-library/react-hooks - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

2

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

@@ -5,0 +5,0 @@ "main": "lib/index.js",

@@ -16,3 +16,3 @@ <div align="center">

<br />
<a href="https://react-hooks-testing-library.com/"><strong>Read The Docs</strong> (Work-In-Progress)</a>
<a href="https://react-hooks-testing-library.com/"><strong>Read The Docs</strong></a>
<br />

@@ -108,2 +108,5 @@ </div>

More advanced usage can be found in the
[documentation](https://react-hooks-testing-library.com/usage/basic-hooks).
## Installation

@@ -121,22 +124,15 @@

the specific version you want to test against. Generally, the installed versions for `react` and
`react-test-renderer` should match:
`react-test-renderer` should have matching versions:
```sh
npm install react@^x.y.z
npm install --save-dev react-test-renderer@^x.y.z
npm install react@^16.9.0
npm install --save-dev react-test-renderer@^16.9.0
```
Both of these dependecies must be installed as at least version `16.8.0` to be compatible with
Both of these dependecies must be installed as at least version `16.9.0` to be compatible with
`react-hooks-testing-library`.
## Documentation
There are some [work-in-progress docs here](https://react-hooks-testing-library.com/). Please leave
any feedback on them in
[this issue](https://github.com/testing-library/react-hooks-testing-library/issues/19). PRs to
update them are very welcome.
## API
See the [API documentation](https://react-hooks-testing-library.com/reference/api).
See the [API reference](https://react-hooks-testing-library.com/reference/api).

@@ -143,0 +139,0 @@ ## Contributors

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