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.37 to 2.5.38

5

enzyme/index.d.ts

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

*/
state(key?: string): any;
state<T>(key?: string): T;
state(): S;
state(key: string): any;
state<T>(key: string): T;

@@ -209,0 +210,0 @@ /**

4

enzyme/package.json
{
"name": "@types/enzyme",
"version": "2.5.37",
"version": "2.5.38",
"description": "TypeScript definitions for Enzyme v2.5.1",

@@ -18,3 +18,3 @@ "license": "MIT",

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

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

Additional Details
* Last updated: Wed, 26 Oct 2016 19:23:26 GMT
* Last updated: Mon, 14 Nov 2016 19:34:55 GMT
* File structure: ProperModule

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

@@ -8,4 +8,4 @@ {

],
"libraryMajorVersion": "2",
"libraryMinorVersion": "5",
"libraryMajorVersion": 2,
"libraryMinorVersion": 5,
"libraryName": "Enzyme v2.5.1",

@@ -25,3 +25,3 @@ "typingsPackageName": "enzyme",

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