Socket
Socket
Sign inDemoInstall

canvas

Package Overview
Dependencies
Maintainers
1
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.7.2 to 0.7.3

5

History.md
0.7.3 / 2011-09-14
==================
* Added better lineTo() / moveTo() exception messages
0.7.2 / 2011-08-30

@@ -3,0 +8,0 @@ ==================

2

lib/canvas.js

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

exports.version = '0.7.2';
exports.version = '0.7.3';

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

{ "name": "canvas"
, "description": "Canvas graphics API backed by Cairo"
, "version": "0.7.2"
, "version": "0.7.3"
, "author": "TJ Holowaychuk <tj@learnboost.com>"

@@ -5,0 +5,0 @@ , "keywords": ["canvas", "graphic", "graphics", "pixman", "cairo"]

@@ -12,4 +12,3 @@

ctx.font = '20px Helvetica';
ctx.fillText('Testing', 100, 100);
ctx.lineTo()

@@ -16,0 +15,0 @@ fs.writeFile('test.png', canvas.toBuffer());

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