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.7 to 3.1.8

6

enzyme/index.d.ts

@@ -378,4 +378,3 @@ // Type definitions for Enzyme 3.1

filter<P2>(statelessComponent: StatelessComponent<P2>): ShallowWrapper<P2, never>;
filter(props: EnzymePropSelector): this;
filter(selector: string): ShallowWrapper<HTMLAttributes, any>;
filter(props: EnzymePropSelector | string): ShallowWrapper<P, S>;

@@ -500,4 +499,3 @@ /**

filter<P2>(statelessComponent: StatelessComponent<P2>): ReactWrapper<P2, never>;
filter(props: EnzymePropSelector): this;
filter(selector: string): ReactWrapper<HTMLAttributes, any>;
filter(props: EnzymePropSelector | string): ReactWrapper<P, S>;

@@ -504,0 +502,0 @@ /**

{
"name": "@types/enzyme",
"version": "3.1.7",
"version": "3.1.8",
"description": "TypeScript definitions for Enzyme",

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

},
"typesPublisherContentHash": "4aebfa626a0a6f3249bcf55c5f54d24148c633ee0f375801b942c715fd0913f3",
"typesPublisherContentHash": "8d741a4e0b3bb5aa7a01646b0680f97b8efed3763264d8c06f68cea4376de28f",
"typeScriptVersion": "2.3"
}

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

Additional Details
* Last updated: Fri, 19 Jan 2018 22:53:49 GMT
* Last updated: Tue, 23 Jan 2018 20:05:42 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