New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.9 to 0.6.10

5

react-json-tree/index.d.ts

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

// Type definitions for react-json-tree v0.6.5
// Type definitions for react-json-tree 0.6
// Project: https://github.com/alexkuz/react-json-tree/
// Definitions by: Grant Nestor <https://github.com/gnestor>
// Zain Afzal <https://github.com/zainafzal08>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

@@ -21,3 +22,3 @@ // TypeScript Version: 2.8

getItemString?: (type: string, data: [any] | {}, itemType: string, itemString: string) => JSX.Element;
labelRenderer?: (raw: [string, string]) => JSX.Element;
labelRenderer?: (keyPath: string[], nodeType?: string, expanded?: boolean, expandable?: boolean) => JSX.Element;
valueRenderer?: (displayValue: string|number, rawValue?: string|number|boolean|null, ...keyPath: (string|number)[]) => JSX.Element;

@@ -24,0 +25,0 @@ postprocessValue?: (raw: string) => JSX.Element;

9

react-json-tree/package.json
{
"name": "@types/react-json-tree",
"version": "0.6.9",
"version": "0.6.10",
"description": "TypeScript definitions for react-json-tree",

@@ -11,2 +11,7 @@ "license": "MIT",

"githubUsername": "gnestor"
},
{
"name": "Zain Afzal",
"url": "https://github.com/zainafzal08",
"githubUsername": "zainafzal08"
}

@@ -24,4 +29,4 @@ ],

},
"typesPublisherContentHash": "03be0e56496254034cfa321975ce61eacbe5d66c8ddac8d29381752025a7f1cf",
"typesPublisherContentHash": "5402de0fa8df633fd1b0c9a93de5f91f6eafc74a37f3e731a88880908830a51b",
"typeScriptVersion": "2.8"
}

@@ -5,3 +5,3 @@ # Installation

# Summary
This package contains type definitions for react-json-tree (https://github.com/alexkuz/react-json-tree/).
This package contains type definitions for react-json-tree ( https://github.com/alexkuz/react-json-tree/ ).

@@ -12,3 +12,3 @@ # Details

Additional Details
* Last updated: Wed, 26 Dec 2018 06:43:30 GMT
* Last updated: Mon, 28 Jan 2019 21:11:01 GMT
* Dependencies: @types/react

@@ -18,2 +18,2 @@ * Global values: none

# Credits
These definitions were written by Grant Nestor <https://github.com/gnestor>.
These definitions were written by Grant Nestor <https://github.com/gnestor>, Zain Afzal <https://github.com/zainafzal08>.
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