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.7.2 to 1.7.3

14

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

@@ -24,7 +24,10 @@ "files": [

"clipboard": "^1.6.1",
"coveralls": "^2.13.1",
"enzyme": "^2.8.2",
"html-webpack-plugin": "2.28.0",
"ignore-styles": "^5.0.1",
"istanbul": "^0.4.5",
"jsdom": "^9.12.0",
"mocha": "^3.2.0",
"nyc": "^10.3.2",
"radium":"^0.18.2",

@@ -43,8 +46,9 @@ "react": "^15.5.4",

"scripts": {
"build": "webpack --display-error-details --progress",
"coverage": "nyc report --reporter=text-lcov | coveralls",
"dev:hot": "webpack-dev-server",
"start": "node server.js",
"build": "webpack --display-error-details --progress",
"test": "./docker/test.sh",
"test": "./docker/coverage.sh",
"test:watch": "mocha -w /react/test/helpers/browser.js /react/test/**/*test.js",
"unit_test": "mocha /react/test/helpers/browser.js /react/test/**/*test.js",
"dev:hot": "webpack-dev-server"
"unit_test": "nyc --reporter=html --reporter=text-lcov --reporter=text mocha /react/test/**/*test.js"
},

@@ -51,0 +55,0 @@ "repository": {

@@ -110,2 +110,2 @@ ![alt text](https://github.com/mac-s-g/react-json-view/blob/master/doc/rjv-icon-alt.png?raw=true)

### To-Do's
1. Add Tests!
1. Add more tests!

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