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 1.2.28-alpha to 1.2.29

20

index.d.ts

@@ -32,3 +32,3 @@ // Type definitions for Enzyme v1.2.0

find<P2>(statelessComponent: StatelessComponent<P2>): CommonWrapper<P2, {}>;
find(selector: string): CommonWrapper<HTMLAttributes, any>;
find(selector: string): CommonWrapper<HTMLAttributes<any>, any>;

@@ -47,3 +47,3 @@ /**

filter<P2>(statelessComponent: StatelessComponent<P2>): CommonWrapper<P2, {}>;
filter(selector: string): CommonWrapper<HTMLAttributes, any>;
filter(selector: string): CommonWrapper<HTMLAttributes<any>, any>;

@@ -88,3 +88,3 @@ /**

children<P2>(statelessComponent: StatelessComponent<P2>): CommonWrapper<P2, {}>;
children(selector: string): CommonWrapper<HTMLAttributes, any>;
children(selector: string): CommonWrapper<HTMLAttributes<any>, any>;
children(): CommonWrapper<any, any>;

@@ -101,3 +101,3 @@

parents<P2>(statelessComponent: StatelessComponent<P2>): CommonWrapper<P2, {}>;
parents(selector: string): CommonWrapper<HTMLAttributes, any>;
parents(selector: string): CommonWrapper<HTMLAttributes<any>, any>;
parents(): CommonWrapper<any, any>;

@@ -119,3 +119,3 @@

closest<P2>(statelessComponent: StatelessComponent<P2>): CommonWrapper<P2, {}>;
closest(selector: string): CommonWrapper<HTMLAttributes, any>;
closest(selector: string): CommonWrapper<HTMLAttributes<any>, any>;

@@ -328,3 +328,3 @@ /**

find<P2>(statelessComponent: (props: P2) => JSX.Element): ShallowWrapper<P2, {}>;
find(selector: string): ShallowWrapper<HTMLAttributes, any>;
find(selector: string): ShallowWrapper<HTMLAttributes<any>, any>;

@@ -337,3 +337,3 @@ /**

filter<P2>(statelessComponent: StatelessComponent<P2>): ShallowWrapper<P2, {}>;
filter(selector: string): ShallowWrapper<HTMLAttributes, any>;
filter(selector: string): ShallowWrapper<HTMLAttributes<any>, any>;

@@ -353,3 +353,3 @@ /**

children<P2>(statelessComponent: StatelessComponent<P2>): ShallowWrapper<P2, {}>;
children(selector: string): ShallowWrapper<HTMLAttributes, any>;
children(selector: string): ShallowWrapper<HTMLAttributes<any>, any>;
children(): ShallowWrapper<any, any>;

@@ -366,3 +366,3 @@

parents<P2>(statelessComponent: StatelessComponent<P2>): ShallowWrapper<P2, {}>;
parents(selector: string): ShallowWrapper<HTMLAttributes, any>;
parents(selector: string): ShallowWrapper<HTMLAttributes<any>, any>;
parents(): ShallowWrapper<any, any>;

@@ -379,3 +379,3 @@

closest<P2>(statelessComponent: StatelessComponent<P2>): ShallowWrapper<P2, {}>;
closest(selector: string): ShallowWrapper<HTMLAttributes, any>;
closest(selector: string): ShallowWrapper<HTMLAttributes<any>, any>;

@@ -382,0 +382,0 @@ /**

{
"name": "@types/enzyme",
"version": "1.2.28-alpha",
"version": "1.2.29",
"description": "TypeScript definitions for Enzyme v1.2.0",

@@ -15,4 +15,4 @@ "main": "",

"dependencies": {
"@types/react": "0.14.26-alpha"
"@types/react": "0.14.*"
}
}

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

Additional Details
* Last updated: Fri, 08 Jul 2016 19:21:56 GMT
* Last updated: Thu, 14 Jul 2016 13:52:39 GMT
* File structure: ProperModule

@@ -14,0 +14,0 @@ * Library Dependencies: react

@@ -25,3 +25,3 @@ {

],
"contentHash": "3be43e0b0287890f3deb8e295925ce577b34dcc1fe4d9d5238c5feee6b0a48ae"
"contentHash": "2afde268874f000227677330bc2ab81f1d4325c74f0be63fc58d07753755df92"
}
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