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.7.5 to 2.7.6

2

enzyme/index.d.ts

@@ -549,2 +549,3 @@ // Type definitions for Enzyme 2.7

*/
export function shallow<P>(node: ReactElement<P>, options?: ShallowRendererProps): ShallowWrapper<P, any>;
export function shallow<P, S>(node: ReactElement<P>, options?: ShallowRendererProps): ShallowWrapper<P, S>;

@@ -557,2 +558,3 @@

*/
export function mount<P>(node: ReactElement<P>, options?: MountRendererProps): ReactWrapper<P, any>;
export function mount<P, S>(node: ReactElement<P>, options?: MountRendererProps): ReactWrapper<P, S>;

@@ -559,0 +561,0 @@

4

enzyme/package.json
{
"name": "@types/enzyme",
"version": "2.7.5",
"version": "2.7.6",
"description": "TypeScript definitions for Enzyme",

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

"peerDependencies": {},
"typesPublisherContentHash": "3de3d8b1626f4b2a45c3cdb7e6114e10dbb5cc1e956774b0a5254a7691bd09c9",
"typesPublisherContentHash": "6446f7cdbbf5d65a81397eb2ad0cf8e4c676cc5909191b4e90a07750d07b3ae3",
"typeScriptVersion": "2.1"
}

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

Additional Details
* Last updated: Thu, 23 Feb 2017 15:22:19 GMT
* Last updated: Tue, 21 Mar 2017 00:27:41 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