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.8 to 0.6.9

2

react-json-tree/index.d.ts

@@ -22,3 +22,3 @@ // Type definitions for react-json-tree v0.6.5

labelRenderer?: (raw: [string, string]) => JSX.Element;
valueRenderer?: (raw: string) => JSX.Element;
valueRenderer?: (displayValue: string|number, rawValue?: string|number|boolean|null, ...keyPath: (string|number)[]) => JSX.Element;
postprocessValue?: (raw: string) => JSX.Element;

@@ -25,0 +25,0 @@ isCustomNode?: () => boolean;

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

@@ -14,2 +14,3 @@ "license": "MIT",

"main": "",
"types": "index",
"repository": {

@@ -23,4 +24,4 @@ "type": "git",

},
"typesPublisherContentHash": "29c139c3949d41c43cba95ff2f393a6af44c9d943f104b7e9bdb37905be87535",
"typesPublisherContentHash": "03be0e56496254034cfa321975ce61eacbe5d66c8ddac8d29381752025a7f1cf",
"typeScriptVersion": "2.8"
}

@@ -11,4 +11,4 @@ # Installation

Additional Details
* Last updated: Sat, 04 Aug 2018 00:56:33 GMT
* Dependencies: react
* Last updated: Wed, 26 Dec 2018 06:43:30 GMT
* Dependencies: @types/react
* Global values: none

@@ -15,0 +15,0 @@

Sorry, the diff of this file is not supported yet

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