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

canvas

Package Overview
Dependencies
Maintainers
6
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 1.6.5 to 1.6.6

6

History.md

@@ -0,1 +1,7 @@

1.6.6 / 2017-07-31
==================
* Use .node extension for requiring native module (#939)
* Make textBaseline consider current scale (#951)
1.6.5 / 2017-03-18

@@ -2,0 +8,0 @@ ==================

2

lib/bindings.js
'use strict';
module.exports = require('../build/Release/canvas');
module.exports = require('../build/Release/canvas.node');
{
"name": "canvas",
"description": "Canvas graphics API backed by Cairo",
"version": "1.6.5",
"version": "1.6.6",
"author": "TJ Holowaychuk <tj@learnboost.com>",

@@ -6,0 +6,0 @@ "contributors": [

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