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

@types/react-json-tree

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/react-json-tree - npm Package Compare versions

Comparing version 0.6.1 to 0.6.2

2

react-json-tree/index.d.ts

@@ -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"
}
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