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 3.1.13 to 3.1.14

7

enzyme/index.d.ts

@@ -225,2 +225,9 @@ // Type definitions for Enzyme 3.1

/**
* Used to simulate throwing a rendering error. Pass an error to throw.
* Returns itself.
* @param error
*/
simulateError(error: any): this;
/**
* A method to invoke setState() on the root component instance similar to how you might in the definition of

@@ -227,0 +234,0 @@ * the component, and re-renders. This method is useful for testing your component in hard to achieve states,

4

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

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

},
"typesPublisherContentHash": "44accda0fa2eb9aec2ef1aceca208d35b263c1297cc64de8ce00289382636252",
"typesPublisherContentHash": "64326418d8ae3081426543c1cf8b7a7b65ec0a02f3258da5b6cdf367be9f8093",
"typeScriptVersion": "2.8"
}

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

Additional Details
* Last updated: Sat, 04 Aug 2018 00:56:31 GMT
* Last updated: Fri, 14 Sep 2018 17:45:34 GMT
* Dependencies: react, cheerio

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

Sorry, the diff of this file is not supported yet

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