Huge News!Announcing our $40M Series B led by Abstract Ventures.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 0.10.0 to 0.11.0

1

index.js

@@ -18,3 +18,2 @@ var Konva = require('konva');

// make some global injections
global.window = Konva.window;
global.requestAnimationFrame = cb => {

@@ -21,0 +20,0 @@ setImmediate(cb);

4

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

@@ -29,4 +29,4 @@ "main": "index.js",

"canvas": "^2.5.0",
"konva": "^3.3.2"
"konva": "^3.3.3"
}
}
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