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

@types/enzyme

Package Overview
Dependencies
Maintainers
1
Versions
86
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/enzyme - npm Package Compare versions

Comparing version 3.1.5 to 3.1.6

4

enzyme/index.d.ts

@@ -359,3 +359,3 @@ // Type definitions for Enzyme 3.1

export class ShallowWrapper<P = {}, S = {}> {
constructor(nodes: JSX.Element[] | JSX.Element, root?: ShallowWrapper, options?: ShallowRendererProps);
constructor(nodes: JSX.Element[] | JSX.Element, root?: ShallowWrapper<any, any>, options?: ShallowRendererProps);
shallow(options?: ShallowRendererProps): ShallowWrapper<P, S>;

@@ -445,3 +445,3 @@ unmount(): this;

export class ReactWrapper<P = {}, S = {}> {
constructor(nodes: JSX.Element | JSX.Element[], root?: ReactWrapper, options?: MountRendererProps);
constructor(nodes: JSX.Element | JSX.Element[], root?: ReactWrapper<any, any>, options?: MountRendererProps);

@@ -448,0 +448,0 @@ unmount(): this;

{
"name": "@types/enzyme",
"version": "3.1.5",
"version": "3.1.6",
"description": "TypeScript definitions for Enzyme",

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

},
"typesPublisherContentHash": "3c1b21f7f883798b35134bbcd4c0e59e628e6276dbb5ae8586a6892b1d890a4c",
"typesPublisherContentHash": "dd72b13a38c3b311a758448134e6da631f17483487920f431a4ccb61d7c9308b",
"typeScriptVersion": "2.3"
}

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

Additional Details
* Last updated: Tue, 21 Nov 2017 18:51:27 GMT
* Last updated: Thu, 14 Dec 2017 23:42:42 GMT
* Dependencies: react, cheerio

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

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