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

@types/react-test-renderer

Package Overview
Dependencies
Maintainers
1
Versions
63
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/react-test-renderer - npm Package Compare versions

Comparing version 16.9.2 to 16.9.3

4

react-test-renderer/index.d.ts

@@ -27,3 +27,3 @@ // Type definitions for react-test-renderer 16.9

instance: any;
rendered: null | ReactTestRendererTree;
rendered: null | ReactTestRendererTree | ReactTestRendererTree[];
}

@@ -46,3 +46,3 @@ export interface ReactTestInstance {

export interface ReactTestRenderer {
toJSON(): null | ReactTestRendererJSON;
toJSON(): null | ReactTestRendererJSON | ReactTestRendererJSON[];
toTree(): null | ReactTestRendererTree;

@@ -49,0 +49,0 @@ unmount(nextElement?: ReactElement): void;

{
"name": "@types/react-test-renderer",
"version": "16.9.2",
"version": "16.9.3",
"description": "TypeScript definitions for react-test-renderer",

@@ -49,4 +49,4 @@ "license": "MIT",

},
"typesPublisherContentHash": "1551c9091af69e46d44955f89f2358f5199efb9b7d4b4768cf78ee0fb985d333",
"typeScriptVersion": "2.8"
"typesPublisherContentHash": "63a05928aa238546be46b7e62181ac553857b9778193ef569419fcb49377fd4f",
"typeScriptVersion": "3.0"
}

@@ -11,3 +11,3 @@ # Installation

### Additional Details
* Last updated: Wed, 22 Jan 2020 18:10:56 GMT
* Last updated: Mon, 03 Aug 2020 20:01:33 GMT
* Dependencies: [@types/react](https://npmjs.com/package/@types/react)

@@ -17,2 +17,2 @@ * Global values: none

# Credits
These definitions were written by Arvitaly (https://github.com/arvitaly), Lochbrunner (https://github.com/lochbrunner), John Reilly (https://github.com/johnnyreilly), John Gozde (https://github.com/jgoz), Jessica Franco (https://github.com/Jessidhia), and Dhruv Jain (https://github.com/maddhruv).
These definitions were written by [Arvitaly](https://github.com/arvitaly), [Lochbrunner](https://github.com/lochbrunner), [John Reilly](https://github.com/johnnyreilly), [John Gozde](https://github.com/jgoz), [Jessica Franco](https://github.com/Jessidhia), and [Dhruv Jain](https://github.com/maddhruv).

Sorry, the diff of this file is not supported yet

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