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 17.0.4 to 17.0.5

4

react-test-renderer v17.0/index.d.ts

@@ -12,3 +12,3 @@ // Type definitions for react-test-renderer 17.0

import { ReactElement, ElementType } from 'react';
import { ElementType, ReactElement } from "react";
export {};

@@ -27,3 +27,3 @@

export interface ReactTestRendererTree extends ReactTestRendererJSON {
nodeType: 'component' | 'host';
nodeType: "component" | "host";
instance: any;

@@ -30,0 +30,0 @@ rendered: null | ReactTestRendererTree | ReactTestRendererTree[];

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

@@ -50,4 +50,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-test-renderer",

},
"typesPublisherContentHash": "e8b4246f68535ff509cc512a4de6c79292292f9068df5510c5906d87e075ac7b",
"typesPublisherContentHash": "191cd1dcf33a070382935a7da079f22ea2fa477c93f0d4d41378fcb92a5764a5",
"typeScriptVersion": "4.5"
}

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

### Additional Details
* Last updated: Mon, 18 Sep 2023 19:05:36 GMT
* Last updated: Wed, 27 Sep 2023 07:12:04 GMT
* Dependencies: [@types/react](https://npmjs.com/package/@types/react)

@@ -14,0 +14,0 @@ * Global values: none

@@ -1,2 +0,2 @@

import { ReactElement, ReactInstance } from 'react';
import { ReactElement, ReactInstance } from "react";

@@ -3,0 +3,0 @@ export interface ShallowRenderer {

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