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.11 to 3.1.12

4

enzyme/index.d.ts

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

*/
export function shallow<C extends Component, P = Component['props'], S = Component['state']>(node: ReactElement<P>, options?: ShallowRendererProps): ShallowWrapper<P, S, C>;
export function shallow<C extends Component, P = C['props'], S = C['state']>(node: ReactElement<P>, options?: ShallowRendererProps): ShallowWrapper<P, S, C>;
export function shallow<P>(node: ReactElement<P>, options?: ShallowRendererProps): ShallowWrapper<P, any>;

@@ -600,3 +600,3 @@ export function shallow<P, S>(node: ReactElement<P>, options?: ShallowRendererProps): ShallowWrapper<P, S>;

*/
export function mount<C extends Component, P = Component['props'], S = Component['state']>(node: ReactElement<P>, options?: MountRendererProps): ReactWrapper<P, S, C>;
export function mount<C extends Component, P = C['props'], S = C['state']>(node: ReactElement<P>, options?: MountRendererProps): ReactWrapper<P, S, C>;
export function mount<P>(node: ReactElement<P>, options?: MountRendererProps): ReactWrapper<P, any>;

@@ -603,0 +603,0 @@ export function mount<P, S>(node: ReactElement<P>, options?: MountRendererProps): ReactWrapper<P, S>;

{
"name": "@types/enzyme",
"version": "3.1.11",
"version": "3.1.12",
"description": "TypeScript definitions for Enzyme",

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

},
"typesPublisherContentHash": "ed616c4eebb670544d7515dad4df4540339c36fc01075b8c3729af87cdeefad6",
"typesPublisherContentHash": "d9413cd1aad236c6aa86322bc93381d30e2898076d9fc57f8fc1fac53c906056",
"typeScriptVersion": "2.6"
}

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

Additional Details
* Last updated: Sat, 23 Jun 2018 00:22:09 GMT
* Last updated: Mon, 16 Jul 2018 17:07:43 GMT
* Dependencies: react, cheerio

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

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