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.2 to 2.7.3

4

enzyme/index.d.ts

@@ -332,3 +332,3 @@ // Type definitions for Enzyme v2.7.0

*/
forEach(fn: (wrapper: this) => any): this;
forEach(fn: (wrapper: this, index: number) => any): this;

@@ -343,3 +343,3 @@ /**

*/
map<V>(fn: (wrapper: this) => V): V[];
map<V>(fn: (wrapper: this, index: number) => V): V[];

@@ -346,0 +346,0 @@ /**

{
"name": "@types/enzyme",
"version": "2.7.2",
"version": "2.7.3",
"description": "TypeScript definitions for Enzyme",

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

"peerDependencies": {},
"typesPublisherContentHash": "dcf3479571de5e9470ad9d50b2f5bafd68a6728ff9a9c2eb14d6a4f98ab9fa3e",
"typesPublisherContentHash": "c608e96dd83df6fb0592e0148e22168a8cb268d352bb6217c531b96e2c36b3ec",
"typeScriptVersion": "2.1"
}

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

Additional Details
* Last updated: Mon, 23 Jan 2017 21:31:27 GMT
* Last updated: Tue, 07 Feb 2017 20:01:00 GMT
* Dependencies: react

@@ -14,0 +14,0 @@ * Global values: none

@@ -26,5 +26,5 @@ {

"hasPackageJson": false,
"contentHash": "dcf3479571de5e9470ad9d50b2f5bafd68a6728ff9a9c2eb14d6a4f98ab9fa3e"
"contentHash": "c608e96dd83df6fb0592e0148e22168a8cb268d352bb6217c531b96e2c36b3ec"
},
"isLatest": true
}
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