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.5.38 to 2.5.39

4

enzyme/index.d.ts

@@ -6,5 +6,5 @@ // Type definitions for Enzyme v2.5.1

import { ReactElement, Component, StatelessComponent, ComponentClass, HTMLAttributes as ReactHTMLAttributes } from "react";
import { ReactElement, Component, StatelessComponent, ComponentClass, HTMLAttributes as ReactHTMLAttributes, SVGAttributes as ReactSVGAttributes } from "react";
type HTMLAttributes = ReactHTMLAttributes<{}>;
type HTMLAttributes = ReactHTMLAttributes<{}> & ReactSVGAttributes<{}>;

@@ -11,0 +11,0 @@ export class ElementClass extends Component<any, any> {

{
"name": "@types/enzyme",
"version": "2.5.38",
"description": "TypeScript definitions for Enzyme v2.5.1",
"version": "2.5.39",
"description": "TypeScript definitions for Enzyme",
"license": "MIT",

@@ -18,3 +18,3 @@ "author": "Marian Palkus <https://github.com/MarianPalkus>, Cap3 <http://www.cap3.de>, Ivo Stratev <https://github.com/NoHomey>",

"typings": "index.d.ts",
"typesPublisherContentHash": "8dd0d0960373228fef6f752dbd1344c915309f364593f14a5a7d98c713cb3fc1"
"typesPublisherContentHash": "a3280fdfdd4da030ff8b49042fb1bca8ef077051ee73e39c9b827a9389f09f12"
}

@@ -5,3 +5,3 @@ # Installation

# Summary
This package contains type definitions for Enzyme v2.5.1 (https://github.com/airbnb/enzyme).
This package contains type definitions for Enzyme (https://github.com/airbnb/enzyme).

@@ -12,3 +12,3 @@ # Details

Additional Details
* Last updated: Mon, 14 Nov 2016 19:34:55 GMT
* Last updated: Mon, 28 Nov 2016 16:28:39 GMT
* File structure: ProperModule

@@ -15,0 +15,0 @@ * Library Dependencies: none

@@ -10,3 +10,3 @@ {

"libraryMinorVersion": 5,
"libraryName": "Enzyme v2.5.1",
"libraryName": "Enzyme",
"typingsPackageName": "enzyme",

@@ -25,3 +25,3 @@ "projectName": "https://github.com/airbnb/enzyme",

"hasPackageJson": false,
"contentHash": "8dd0d0960373228fef6f752dbd1344c915309f364593f14a5a7d98c713cb3fc1"
"contentHash": "a3280fdfdd4da030ff8b49042fb1bca8ef077051ee73e39c9b827a9389f09f12"
}
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