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.15.2 to 1.16.0

19

package.json
{
"name": "react-json-view",
"description": "Interactive react component for displaying javascript arrays and JSON objects.",
"version": "1.15.2",
"description":
"Interactive react component for displaying javascript arrays and JSON objects.",
"version": "1.16.0",
"main": "dist/main.js",
"files": [
"dist/"
],
"files": ["dist/"],
"dependencies": {

@@ -34,2 +33,3 @@ "flux": "^3.1.3",

"mocha": "^4.0.1",
"moment": "^2.20.1",
"node": "8.4.0",

@@ -55,9 +55,12 @@ "node-sass": "^4.5.3",

"scripts": {
"build": "webpack --config webpack/webpack.config.js -p --display-error-details --progress --optimize-minimize",
"build":
"webpack --config webpack/webpack.config.js -p --display-error-details --progress --optimize-minimize",
"prebuild": "npm run test:unit",
"build:demo": "webpack --config webpack/webpack.config-demo.js -p --display-error-details --progress --optimize-minimize",
"build:demo":
"webpack --config webpack/webpack.config-demo.js -p --display-error-details --progress --optimize-minimize",
"dev": "webpack-dev-server --config webpack/webpack.config-dev.js --open",
"modules:debug": "./docker/debug.sh",
"modules:tree": "webpack --config webpack/webpack.config.js --json ",
"modules:size-analyzer": "webpack --config webpack/webpack.config.js --json | webpack-bundle-size-analyzer",
"modules:size-analyzer":
"webpack --config webpack/webpack.config.js --json | webpack-bundle-size-analyzer",
"test": "npm run test:unit && npm run test:coverage",

@@ -64,0 +67,0 @@ "test:unit": "nyc mocha test/**/*-test.js",

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