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

pure-canvas

Package Overview
Dependencies
Maintainers
1
Versions
62
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pure-canvas - npm Package Compare versions

Comparing version 0.6.9 to 0.6.10

2

package.json
{
"name": "pure-canvas",
"version": "0.6.9",
"version": "0.6.10",
"description": "TODO",

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

@@ -56,4 +56,7 @@ import Node, {Point, Bounds} from './Node';

this.caching = false;
} else if (maxX - minX > 0 && maxY - minY > 0) {
}
try {
context.drawImage(this.cache, minX, minY, maxX - minX, maxY - minY);
} catch (error) {
// Ignore
}

@@ -60,0 +63,0 @@ }

Sorry, the diff of this file is not supported yet

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