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 3.6.0 to 3.6.1

build/ace.min.js

5

lib/ace.js

@@ -44,3 +44,3 @@ 'use strict';

var _this = _possibleConstructorReturn(this, (ReactAce.__proto__ || Object.getPrototypeOf(ReactAce)).call(this, props));
var _this = _possibleConstructorReturn(this, Object.getPrototypeOf(ReactAce).call(this, props));

@@ -210,2 +210,5 @@ ['onChange', 'onFocus', 'onBlur', 'onCopy', 'onPaste', 'onScroll', 'handleOptions'].forEach(function (method) {

}
if (nextProps.height !== this.props.height) {
this.editor.resize();
}
}

@@ -212,0 +215,0 @@ }, {

2

package.json
{
"name": "react-ace",
"version": "3.6.0",
"version": "3.6.1",
"description": "A react component for Ace Editor",

@@ -5,0 +5,0 @@ "main": "lib/ace.js",

@@ -183,4 +183,8 @@ import ace from 'brace';

}
if(nextProps.height !== this.props.height){
this.editor.resize();
}
}
componentWillUnmount() {

@@ -187,0 +191,0 @@ this.editor.destroy();

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

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