Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

react-ace

Package Overview
Dependencies
Maintainers
1
Versions
102
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-ace - npm Package Compare versions

Comparing version 9.1.2 to 9.1.3

.nyc_output/9fed9bc9-7b63-49aa-ab35-87cb83f16132.json

2

.nyc_output/processinfo/index.json

@@ -1,1 +0,1 @@

{"processes":{"ceda70a6-6d10-4ac5-b6e1-6a1d870b40ee":{"parent":"df399c30-01e8-4305-a76c-6398b16dea8a","children":[]},"df399c30-01e8-4305-a76c-6398b16dea8a":{"parent":null,"children":["ceda70a6-6d10-4ac5-b6e1-6a1d870b40ee"]}},"files":{},"externalIds":{}}
{"processes":{"9fed9bc9-7b63-49aa-ab35-87cb83f16132":{"parent":"c87291aa-b727-4135-b5df-1d8060bb60ab","children":[]},"c87291aa-b727-4135-b5df-1d8060bb60ab":{"parent":null,"children":["9fed9bc9-7b63-49aa-ab35-87cb83f16132"]}},"files":{},"externalIds":{}}
# Changelog
## 9.1.3
- Upgrade dev dependencies
- Allow Editor to be reset to empty value by passing an empty value. (#895)
## 9.1.2
- Upgrade dependencies including lodash
## 9.1.1

@@ -3,0 +13,0 @@

@@ -168,3 +168,3 @@ "use strict";

if (this.editor &&
nextProps.value &&
nextProps.value != null &&
this.editor.getValue() !== nextProps.value) {

@@ -171,0 +171,0 @@ // editor.setValue is a synchronous function call, change event is emitted before setValue return.

{
"name": "react-ace",
"version": "9.1.2",
"version": "9.1.3",
"description": "A react component for Ace Editor",

@@ -50,3 +50,3 @@ "main": "lib/index.js",

"enzyme-adapter-react-16": "^1.13.1",
"eslint": "6.8.0",
"eslint": "7.6.0",
"eslint-plugin-import": "^2.17.3",

@@ -72,3 +72,3 @@ "eslint-plugin-jsx-a11y": "^6.2.1",

"typescript": "^3.4.5",
"webpack": "4.43.0",
"webpack": "4.44.1",
"webpack-cli": "3.3.10",

@@ -75,0 +75,0 @@ "webpack-dev-server": "3.11.0"

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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