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

react-json-view

Package Overview
Dependencies
Maintainers
1
Versions
111
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-json-view - npm Package Compare versions

Comparing version 1.8.1 to 1.8.2

8

package.json
{
"name": "react-json-view",
"description": "Interactive react component for displaying javascript arrays and JSON objects.",
"version": "1.8.1",
"version": "1.8.2",
"main": "dist/main.js",

@@ -43,2 +43,3 @@ "files": [

"webpack": "^2.2.1",
"webpack-bundle-size-analyzer": "^2.7.0",
"webpack-dev-server": "^2.3.0"

@@ -48,4 +49,7 @@ },

"scripts": {
"build": "webpack --display-error-details --progress",
"build": "webpack -p --display-error-details --progress",
"dev:hot": "webpack-dev-server",
"modules:debug": "./docker/debug.sh",
"modules:tree": "webpack --json",
"modules:size-analyzer": "webpack --json | webpack-bundle-size-analyzer",
"start": "node server.js",

@@ -52,0 +56,0 @@ "test": "./docker/coverage.sh",

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

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