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

canvas

Package Overview
Dependencies
Maintainers
0
Versions
148
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

canvas - npm Package Compare versions

Comparing version 0.4.3 to 0.5.0

.lock-wscript

11

History.md
0.5.0 / 2011-03-14
==================
* Added several more operators (color-dodge, color-burn, difference, etc)
* Performance; no longer re-allocating `closure->data` for each png write
* Fixed freeing of `Context2d` states
* Fixed text alignment / baseline [Olaf]
* Fixed HandleScopes [Olaf]
* Fixed small misc memory leaks
* Fixed `Buffer` usage for node 0.4.x
0.4.3 / 2011-01-11

@@ -3,0 +14,0 @@ ==================

2

lib/canvas.js

@@ -31,3 +31,3 @@

exports.version = '0.4.3';
exports.version = '0.5.0';

@@ -34,0 +34,0 @@ /**

@@ -1,11 +0,11 @@

{ "name": "canvas"
{ "name": "canvas"
, "description": "Canvas graphics API backed by Cairo"
, "version": "0.4.3"
, "version": "0.5.0"
, "author": "TJ Holowaychuk <tj@learnboost.com>"
, "keywords": ["canvas", "graphic", "graphics"]
, "keywords": ["canvas", "graphic", "graphics", "pixman", "cairo"]
, "scripts": {
"preinstall": "node-waf configure build"
}
, "engines": { "node": ">= 0.2.3" }
, "engines": { "node": "0.4.x" }
, "main": "./lib/canvas.js"
}

@@ -160,7 +160,10 @@

Tested with:
Tested with and designed for:
- node 0.2.4
- node 0.4.2
- cairo 1.8.6
For node 0.2.x `node-canvas` <= 0.4.3 may be used,
0.5.0 and above are designed for node 0.4.x only.
## License

@@ -167,0 +170,0 @@

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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