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

react-json-tree

Package Overview
Dependencies
Maintainers
6
Versions
59
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-json-tree - npm Package Compare versions

Comparing version 0.16.1 to 0.16.2

0

lib/types/createStylingFromTheme.d.ts
declare const _default: import("lodash").CurriedFunction1<import("react-base16-styling").Theme | undefined, import("react-base16-styling").StylingFunction>;
export default _default;

@@ -0,0 +0,0 @@ export default function getCollectionEntries(type: string, collection: any, sortObjectKeys: ((a: any, b: any) => number) | boolean | undefined, limit: number, from?: number, to?: number): ({

2

lib/types/index.d.ts
import React from 'react';
import PropTypes from 'prop-types';
import { type StylingFunction, type StylingValue, type Theme } from 'react-base16-styling';
import type { StylingFunction, StylingValue, Theme } from 'react-base16-styling';
import { CircularPropsPassedThroughJSONTree } from './types';

@@ -5,0 +5,0 @@ interface Props extends CircularPropsPassedThroughJSONTree {

@@ -0,0 +0,0 @@ import React from 'react';

@@ -0,0 +0,0 @@ import React from 'react';

@@ -0,0 +0,0 @@ import React from 'react';

@@ -0,0 +0,0 @@ import React from 'react';

@@ -0,0 +0,0 @@ import React from 'react';

@@ -0,0 +0,0 @@ import React from 'react';

@@ -0,0 +0,0 @@ import React from 'react';

@@ -0,0 +0,0 @@ import React from 'react';

export default function objType(obj: any): string;

@@ -0,0 +0,0 @@ declare const _default: {

@@ -0,0 +0,0 @@ import React from 'react';

{
"name": "react-json-tree",
"version": "0.16.1",
"version": "0.16.2",
"description": "React JSON Viewer Component, Extracted from redux-devtools",

@@ -48,3 +48,3 @@ "keywords": [

"dependencies": {
"@babel/runtime": "^7.16.7",
"@babel/runtime": "^7.17.8",
"@types/prop-types": "^15.7.4",

@@ -55,30 +55,30 @@ "prop-types": "^15.8.1",

"devDependencies": {
"@babel/cli": "^7.16.8",
"@babel/core": "^7.16.12",
"@babel/eslint-parser": "^7.16.5",
"@babel/plugin-transform-runtime": "^7.16.10",
"@babel/cli": "^7.17.6",
"@babel/core": "^7.17.8",
"@babel/eslint-parser": "^7.17.0",
"@babel/plugin-transform-runtime": "^7.17.0",
"@babel/preset-env": "^7.16.11",
"@babel/preset-react": "^7.16.7",
"@babel/preset-typescript": "^7.16.7",
"@rollup/plugin-babel": "^5.3.0",
"@rollup/plugin-commonjs": "^21.0.1",
"@rollup/plugin-babel": "^5.3.1",
"@rollup/plugin-commonjs": "^21.0.3",
"@rollup/plugin-node-resolve": "^13.1.3",
"@types/jest": "^27.4.0",
"@types/react": "^17.0.38",
"@types/jest": "^27.4.1",
"@types/react": "^17.0.43",
"@types/react-test-renderer": "^17.0.1",
"@typescript-eslint/eslint-plugin": "^5.10.0",
"@typescript-eslint/parser": "^5.10.0",
"eslint": "^8.7.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-jest": "^25.7.0",
"eslint-plugin-react": "^7.28.0",
"eslint-plugin-react-hooks": "^4.3.0",
"jest": "^27.4.7",
"@typescript-eslint/eslint-plugin": "^5.17.0",
"@typescript-eslint/parser": "^5.17.0",
"eslint": "^8.12.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-jest": "^26.1.3",
"eslint-plugin-react": "~7.28.0",
"eslint-plugin-react-hooks": "^4.4.0",
"jest": "^27.5.1",
"react": "^17.0.2",
"react-test-renderer": "^17.0.2",
"rimraf": "^3.0.2",
"rollup": "^2.66.0",
"rollup": "^2.70.1",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-typescript2": "^0.31.1",
"ts-jest": "^27.1.3",
"rollup-plugin-typescript2": "^0.31.2",
"ts-jest": "^27.1.4",
"tslib": "^2.3.1",

@@ -90,4 +90,3 @@ "typescript": "~4.5.5"

"react": "^16.3.0 || ^17.0.0"
},
"gitHead": "238b8896f9cdb8c15c265025d131830a7f3570b9"
}
}

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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