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

react-konva

Package Overview
Dependencies
Maintainers
1
Versions
128
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-konva - npm Package Compare versions

Comparing version 0.6.6 to 0.6.7

2

package.json
{
"name": "react-konva",
"description": "React binding to canvas element via Konva framework",
"version": "0.6.6",
"version": "0.6.7",
"keywords": [

@@ -6,0 +6,0 @@ "react",

@@ -82,6 +82,6 @@ // Adapted from ReactART:

removeChild: function(child, node) {
child._mountImage.node.destroy();
var layer = child._mountImage.node.getLayer();
layer && layer.batchDraw();
child._mountImage = null;
var layer = child._mountImage.node.getLayer();
child._mountImage.node.destroy();
layer && layer.batchDraw();
child._mountImage = null;
},

@@ -162,2 +162,6 @@

componentWillReceiveProps: function() {
},
componentDidUpdate: function(oldProps) {

@@ -164,0 +168,0 @@ var node = this.node;

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