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.18.1 to 1.18.2

.eslintrc.js

10

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

@@ -14,2 +14,3 @@ "dependencies": {

"babel-core": "^6.26.3",
"babel-eslint": "^8.2.5",
"babel-loader": "^7.1.4",

@@ -28,2 +29,5 @@ "babel-plugin-react-html-attrs": "^2.0.0",

"enzyme-adapter-react-16": "^1.1.1",
"eslint": "^5.0.1",
"eslint-plugin-babel": "^5.1.0",
"eslint-plugin-react": "^7.10.0",
"html-webpack-plugin": "2.30.1",

@@ -66,3 +70,5 @@ "ignore-styles": "^5.0.1",

"test:coverage": "nyc report --reporter=text-lcov | coveralls",
"test:watch": "nyc mocha -w test/**/*-test.js"
"test:watch": "nyc mocha -w test/**/*-test.js",
"lint": "./node_modules/.bin/eslint src",
"lint-fixup": "./node_modules/.bin/eslint src --ext .js,.jsx --fix"
},

@@ -69,0 +75,0 @@ "repository": {

dist/main.js

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