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.0 to 2.7.1

4

enzyme/index.d.ts

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

*/
reduce<R>(fn: (prevVal: R, wrapper: this, index: number) => R, initialValue?: R): R[];
reduce<R>(fn: (prevVal: R, wrapper: this, index: number) => R, initialValue?: R): R;

@@ -358,3 +358,3 @@ /**

*/
reduceRight<R>(fn: (prevVal: R, wrapper: this, index: number) => R, initialValue?: R): R[];
reduceRight<R>(fn: (prevVal: R, wrapper: this, index: number) => R, initialValue?: R): R;

@@ -361,0 +361,0 @@ /**

{
"name": "@types/enzyme",
"version": "2.7.0",
"version": "2.7.1",
"description": "TypeScript definitions for Enzyme",

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

"peerDependencies": {},
"typesPublisherContentHash": "5b8070714361778a32c20ca8d3535ffe702252a13461a863b7c207a7bf75dd54",
"typesPublisherContentHash": "51c162576eae41108a066437bd6ef24b99382d222f95ee3182fa2cc1932c65d1",
"typeScriptVersion": "2.0"
}

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

Additional Details
* Last updated: Wed, 04 Jan 2017 19:07:13 GMT
* Last updated: Thu, 05 Jan 2017 20:40:29 GMT
* Library Dependencies: none

@@ -14,0 +14,0 @@ * Module Dependencies: react

@@ -23,3 +23,3 @@ {

"hasPackageJson": false,
"contentHash": "5b8070714361778a32c20ca8d3535ffe702252a13461a863b7c207a7bf75dd54"
"contentHash": "51c162576eae41108a066437bd6ef24b99382d222f95ee3182fa2cc1932c65d1"
}
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