Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@types/rc-tree

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/rc-tree - npm Package Compare versions

Comparing version 1.4.1 to 1.4.2

4

rc-tree/index.d.ts

@@ -112,3 +112,5 @@ // Type definitions for rc-tree 1.4

/**
* Controlled checked treeNodes (After setting, defaultCheckedKeys will not work). Note: parent and children nodes are associated, if the parent node's key exists, it all children node will be checked, and vice versa. When set checkable and checkStrictly, it should be an object, which contains checked array and halfChecked array.
* Controlled checked treeNodes (After setting, defaultCheckedKeys will not work).
* Note: parent and children nodes are associated, if the parent node's key exists, it all children node will be checked, and vice versa.
* When set checkable and checkStrictly, it should be an object, which contains checked array and halfChecked array.
*/

@@ -115,0 +117,0 @@ checkedKeys?: string[] | { checked: string[]; halfChecked: string[] };

{
"name": "@types/rc-tree",
"version": "1.4.1",
"version": "1.4.2",
"description": "TypeScript definitions for rc-tree",
"license": "MIT",
"author": "John Reilly <https://github.com/johnnyreilly/>",
"contributors": [
{
"name": "John Reilly",
"url": "https://github.com/johnnyreilly/"
}
],
"main": "",

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

"peerDependencies": {},
"typesPublisherContentHash": "351c39a8becc53a5551f212e598e28400482346ccd6660fa5839e06116029a1b",
"typesPublisherContentHash": "2f3aabfa06911ec0a43683bce9b45fe3c79f41758dceba1ec8733c56501111d2",
"typeScriptVersion": "2.1"
}

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

Additional Details
* Last updated: Thu, 09 Feb 2017 19:36:49 GMT
* Last updated: Thu, 23 Feb 2017 15:22:21 GMT
* Dependencies: react

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

@@ -6,3 +6,8 @@ {

"data": {
"authors": "John Reilly <https://github.com/johnnyreilly/>",
"contributors": [
{
"name": "John Reilly",
"url": "https://github.com/johnnyreilly/"
}
],
"dependencies": {

@@ -27,5 +32,5 @@ "react": "*"

"hasPackageJson": false,
"contentHash": "351c39a8becc53a5551f212e598e28400482346ccd6660fa5839e06116029a1b"
"contentHash": "2f3aabfa06911ec0a43683bce9b45fe3c79f41758dceba1ec8733c56501111d2"
},
"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