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
16
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 5.1.0 to 5.1.1

2

lib/pure.js

@@ -42,3 +42,3 @@ "use strict";

return true;
} catch {
} catch (error) {
return false;

@@ -45,0 +45,0 @@ }

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

@@ -61,10 +61,10 @@ "main": "lib/index.js",

"docz-utils": "2.3.0",
"eslint": "7.21.0",
"kcd-scripts": "7.7.0",
"eslint": "7.23.0",
"kcd-scripts": "8.1.1",
"prettier": "^2.2.1",
"react": "17.0.1",
"react": "17.0.2",
"react-dom": "^17.0.1",
"react-test-renderer": "17.0.1",
"react-test-renderer": "17.0.2",
"ts-node": "^9.1.1",
"typescript": "4.2.2"
"typescript": "4.2.3"
},

@@ -71,0 +71,0 @@ "peerDependencies": {

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

- [The problem](#the-problem)

@@ -240,2 +239,5 @@ - [The solution](#the-solution)

<td align="center"><a href="https://seanbaines.com/"><img src="https://avatars.githubusercontent.com/u/24367010?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Sean Baines</b></sub></a><br /><a href="https://github.com/testing-library/react-hooks-testing-library/commits?author=mrseanbaines" title="Documentation">📖</a></td>
<td align="center"><a href="https://www.linkedin.com/in/mike-vasin/"><img src="https://avatars.githubusercontent.com/u/12434833?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Mikhail Vasin</b></sub></a><br /><a href="https://github.com/testing-library/react-hooks-testing-library/commits?author=mvasin" title="Documentation">📖</a></td>
<td align="center"><a href="https://aleksandar.xyz"><img src="https://avatars.githubusercontent.com/u/7226555?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Aleksandar Grbic</b></sub></a><br /><a href="https://github.com/testing-library/react-hooks-testing-library/commits?author=agjs" title="Documentation">📖</a></td>
<td align="center"><a href="https://github.com/yoniholmes"><img src="https://avatars.githubusercontent.com/u/184589?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Jonathan Holmes</b></sub></a><br /><a href="https://github.com/testing-library/react-hooks-testing-library/commits?author=yoniholmes" title="Code">💻</a></td>
</tr>

@@ -242,0 +244,0 @@ </table>

@@ -12,3 +12,3 @@ import { ReactHooksRenderer } from './types/react'

return true
} catch {
} catch (error) {
return false

@@ -15,0 +15,0 @@ }

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