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.39 to 2.7.0

17

enzyme/index.d.ts

@@ -1,4 +0,4 @@

// Type definitions for Enzyme v2.5.1
// Type definitions for Enzyme v2.7.0
// Project: https://github.com/airbnb/enzyme
// Definitions by: Marian Palkus <https://github.com/MarianPalkus>, Cap3 <http://www.cap3.de>, Ivo Stratev <https://github.com/NoHomey>
// Definitions by: Marian Palkus <https://github.com/MarianPalkus>, Cap3 <http://www.cap3.de>, Ivo Stratev <https://github.com/NoHomey>, Tom Crockett <https://github.com/pelotom>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

@@ -104,7 +104,12 @@

/**
* Returns whether or not the current node is empty.
*/
isEmpty(): boolean;
* Returns whether or not the current node is empty.
*/
isEmpty(): boolean;
/**
/**
* Returns whether or not the current node exists.
*/
exists(): boolean;
/**
* Returns a new wrapper with only the nodes of the current wrapper that don't match the provided selector.

@@ -111,0 +116,0 @@ * This method is effectively the negation or inverse of filter.

{
"name": "@types/enzyme",
"version": "2.5.39",
"version": "2.7.0",
"description": "TypeScript definitions for Enzyme",
"license": "MIT",
"author": "Marian Palkus <https://github.com/MarianPalkus>, Cap3 <http://www.cap3.de>, Ivo Stratev <https://github.com/NoHomey>",
"author": "Marian Palkus <https://github.com/MarianPalkus>, Cap3 <http://www.cap3.de>, Ivo Stratev <https://github.com/NoHomey>, Tom Crockett <https://github.com/pelotom>",
"main": "",

@@ -17,4 +17,4 @@ "repository": {

"peerDependencies": {},
"typings": "index.d.ts",
"typesPublisherContentHash": "a3280fdfdd4da030ff8b49042fb1bca8ef077051ee73e39c9b827a9389f09f12"
"typesPublisherContentHash": "5b8070714361778a32c20ca8d3535ffe702252a13461a863b7c207a7bf75dd54",
"typeScriptVersion": "2.0"
}

@@ -8,7 +8,6 @@ # Installation

# Details
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/types-2.0/enzyme
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/enzyme
Additional Details
* Last updated: Mon, 28 Nov 2016 16:28:39 GMT
* File structure: ProperModule
* Last updated: Wed, 04 Jan 2017 19:07:13 GMT
* Library Dependencies: none

@@ -19,2 +18,2 @@ * Module Dependencies: react

# Credits
These definitions were written by Marian Palkus <https://github.com/MarianPalkus>, Cap3 <http://www.cap3.de>, Ivo Stratev <https://github.com/NoHomey>.
These definitions were written by Marian Palkus <https://github.com/MarianPalkus>, Cap3 <http://www.cap3.de>, Ivo Stratev <https://github.com/NoHomey>, Tom Crockett <https://github.com/pelotom>.
{
"authors": "Marian Palkus <https://github.com/MarianPalkus>, Cap3 <http://www.cap3.de>, Ivo Stratev <https://github.com/NoHomey>",
"definitionFilename": "index.d.ts",
"authors": "Marian Palkus <https://github.com/MarianPalkus>, Cap3 <http://www.cap3.de>, Ivo Stratev <https://github.com/NoHomey>, Tom Crockett <https://github.com/pelotom>",
"libraryDependencies": [],

@@ -9,3 +8,4 @@ "moduleDependencies": [

"libraryMajorVersion": 2,
"libraryMinorVersion": 5,
"libraryMinorVersion": 7,
"typeScriptVersion": "2.0",
"libraryName": "Enzyme",

@@ -15,4 +15,3 @@ "typingsPackageName": "enzyme",

"sourceRepoURL": "https://www.github.com/DefinitelyTyped/DefinitelyTyped",
"sourceBranch": "types-2.0",
"kind": "ProperModule",
"sourceBranch": "master",
"globals": [],

@@ -26,3 +25,3 @@ "declaredModules": [

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