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

konva-node

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

konva-node - npm Package Compare versions

Comparing version

to
0.11.1

7

index.js

@@ -29,2 +29,9 @@ var Konva = require('konva');

// create canvas in Node env
Konva.Util.createImageElement = () => {
const node = new canvas.Image();
node.style = {};
return node;
};
// _checkVisibility use dom element, in node we can skip it

@@ -31,0 +38,0 @@ Konva.Stage.prototype._checkVisibility = () => {};

2

package.json
{
"name": "konva-node",
"version": "0.11.0",
"version": "0.11.1",
"description": "Konva framework for NodeJS env",

@@ -5,0 +5,0 @@ "main": "index.js",