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 2.8.1 to 2.8.2

4

enzyme/index.d.ts

@@ -18,3 +18,3 @@ // Type definitions for Enzyme 2.8

export class ElementClass extends Component<any> {
export class ElementClass extends Component<any, any> {
}

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

export interface ComponentClass<Props> {
new (props?: Props, context?: any): Component<Props>;
new (props?: Props, context?: any): Component<Props, any>;
}

@@ -30,0 +30,0 @@

{
"name": "@types/enzyme",
"version": "2.8.1",
"version": "2.8.2",
"description": "TypeScript definitions for Enzyme",

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

"peerDependencies": {},
"typesPublisherContentHash": "2e373ed70adc21870c5b8cb9d673e0737c8cb35b16326bf7c549691b504e25a8",
"typesPublisherContentHash": "9807fb790e061e96bca9223488189a0726c1bf40ea9e1085260b79ea59bf98e8",
"typeScriptVersion": "2.3"
}

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

Additional Details
* Last updated: Fri, 23 Jun 2017 14:03:03 GMT
* Last updated: Tue, 11 Jul 2017 14:01:49 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