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.3 to 0.6.4

9

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

@@ -19,3 +19,4 @@ "react",

"dependencies": {
"fbjs": "^0.2.0"
"fbjs": "^0.8.0",
"object-assign": "^4.0.1"
},

@@ -32,4 +33,4 @@ "peerDependencies": {

"babel-preset-stage-0": "^6.3.13",
"react": "^0.14.0-a",
"react-dom": "^0.14.0-a",
"react": "^15.0.1",
"react-dom": "^15.0.1",
"webpack": "^1.12.9"

@@ -36,0 +37,0 @@ },

@@ -15,3 +15,3 @@ // Adapted from ReactART:

var assign = require('react/lib/Object.assign');
var assign = require('object-assign');
var emptyObject = require('fbjs/lib/emptyObject');

@@ -264,3 +264,3 @@

}
if (props[key] !== this.node.getAttr(key) && !isEvent) {
if (!isEvent && ((props[key] !== oldProps[key]) || (props[key] !== this.node.getAttr(key)))) {
hasUpdates = true;

@@ -267,0 +267,0 @@ updatedProps[key] = props[key];

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