Socket
Socket
Sign inDemoInstall

react-json-editor-ajrm

Package Overview
Dependencies
13
Maintainers
1
Versions
49
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.0 to 2.0.1

.babelrc

31

package.json
{
"name": "react-json-editor-ajrm",
"version": "2.0.0",
"version": "2.0.1",
"description": "A stylish, editor-like, modular, react component for viewing, editing, and debugging javascript object syntax!",

@@ -11,6 +11,9 @@ "author": "andrew.redican.mejia@gmail.com",

},
"main": "index.js",
"main": "dist/index.js",
"publishConfig": {
"allow-same-version": true
},
"scripts": {
"start": "node ./node_modules/webpack-dev-server/bin/webpack-dev-server.js --config webpack/dev.config.js",
"build": "node ./node_modules/webpack/bin/webpack.js --config webpack/prod.config.js"
"prepublishOnly": "npm build",
"build": "node ./node_modules/webpack/bin/webpack.js"
},

@@ -38,5 +41,19 @@ "repository": "git@github.com:AndrewRedican/react-json-editor-ajrm.git",

],
"dependencies": {
"react": "^16.2.0"
"peerDependencies": {
"react": ">=16.2.0",
"react-dom": ">=16.2.0"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.6.1",
"babel-preset-react": "^6.24.1",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-plugin-transform-remove-strict-mode": "0.0.2",
"webpack": "^3.10.0",
"uglifyjs-webpack-plugin": "^1.1.8",
"react": ">=16.2.0",
"react-dom": ">=16.2.0"
}
}
}

@@ -64,3 +64,5 @@ # react-json-editor-ajrm

| [id]() | A unique id to identify component. | string | Mandatory |
| [colors]() | Contains the following properties to customize the color palette used: `` | object | Optional |
| [colors]() | Contains the following properties to customize the color used for each data type:
`default`, `string`, `number`, `colon`, `keys`, `keys_whiteSpace`, `primitive`,
`error`, `background`, and `background_warning` | object | Optional |
| [confirmGood]() | Send `false` if you would like for the checkmark to confirm good syntax to be hidden. | boolean | Optional |

@@ -67,0 +69,0 @@ | [height]() | Set a specific height for the entire component | string | Optional |

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc