New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

react-json-editor-ajrm-example

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-json-editor-ajrm-example - npm Package Compare versions

Comparing version 1.6.0 to 1.6.1

4

package.json
{
"name": "react-json-editor-ajrm-example",
"version": "1.6.0",
"version": "1.6.1",
"description": "A simple website to showcase react-json-editor-ajrm component",

@@ -14,3 +14,3 @@ "author": "andrew.redican.mejia@gmail.com",

"react-dom": "^16.2.0",
"react-json-editor-ajrm": "^2.5.0"
"react-json-editor-ajrm": "^2.5.1"
},

@@ -17,0 +17,0 @@ "devDependencies": {

@@ -8,3 +8,3 @@ import React, { Component } from 'react';

import JSONInput from 'react-json-editor-ajrm'; // Using distribution version in node_modules
import locale from 'react-json-editor-ajrm/locale/en';
import locale from 'react-json-editor-ajrm/dist/locale/en';
//import JSONInput from '../../src/index'; // Using source code

@@ -11,0 +11,0 @@ //import locale from '../../src/locale/en';

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