@types/react-json-tree
Advanced tools
Comparing version 0.6.1 to 0.6.2
@@ -18,3 +18,3 @@ // Type definitions for react-json-tree v0.6.5 | ||
sortObjectKeys?: Function | boolean; | ||
shouldExpandNode?: (keyName: string, data: [any] | {}, level: number) => boolean; | ||
shouldExpandNode?: (keyPath: (string | number)[], data: [any] | {}, level: number) => boolean; | ||
getItemString?: (type: string, data: [any] | {}, itemType: string, itemString: string) => JSX.Element; | ||
@@ -21,0 +21,0 @@ labelRenderer?: (raw: [string, string]) => JSX.Element; |
{ | ||
"name": "@types/react-json-tree", | ||
"version": "0.6.1", | ||
"version": "0.6.2", | ||
"description": "TypeScript definitions for react-json-tree v0.6.5", | ||
@@ -18,3 +18,3 @@ "license": "MIT", | ||
"typings": "index.d.ts", | ||
"typesPublisherContentHash": "9b1de64a36138d0d76ec5804e945869abf3a8bb916268467734baa7af019f870" | ||
"typesPublisherContentHash": "1da990f4821498741e32da49d48cea31cf3ecea5b5ab37298fd79cf12ef91c2c" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Tue, 01 Nov 2016 12:21:44 GMT | ||
* Last updated: Wed, 23 Nov 2016 20:37:29 GMT | ||
* File structure: ProperModule | ||
@@ -14,0 +14,0 @@ * Library Dependencies: none |
@@ -8,4 +8,4 @@ { | ||
], | ||
"libraryMajorVersion": "0", | ||
"libraryMinorVersion": "6", | ||
"libraryMajorVersion": 0, | ||
"libraryMinorVersion": 6, | ||
"libraryName": "react-json-tree v0.6.5", | ||
@@ -25,3 +25,3 @@ "typingsPackageName": "react-json-tree", | ||
"hasPackageJson": false, | ||
"contentHash": "9b1de64a36138d0d76ec5804e945869abf3a8bb916268467734baa7af019f870" | ||
"contentHash": "1da990f4821498741e32da49d48cea31cf3ecea5b5ab37298fd79cf12ef91c2c" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
3032