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

fabric

Package Overview
Dependencies
Maintainers
1
Versions
299
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fabric - npm Package Compare versions

Comparing version 0.8.44 to 0.8.46

test/fixtures/car.svg

4

package.json
{
"name": "fabric",
"description": "Object model for HTML5 canvas, and SVG-to-canvas parser. Backed by jsdom and node-canvas.",
"version": "0.8.44",
"version": "0.8.46",
"author": "Juriy Zaytsev <kangax@gmail.com>",

@@ -17,3 +17,3 @@ "keywords": ["canvas", "graphic", "graphics", "SVG", "node-canvas", "parser", "HTML5", "object model"],

"dependencies": {
"canvas": ">=0.8.1",
"canvas": "git://github.com/LearnBoost/node-canvas.git",
"jsdom": ">=0.2.3",

@@ -20,0 +20,0 @@ "xmldom": ">=0.1.7"

@@ -0,1 +1,3 @@

### Fabric [![Build Status](https://secure.travis-ci.org/kangax/fabric.js.png?branch=master)](http://travis-ci.org/#!/kangax/fabric.js)
**Fabric.js** is a framework that makes it easy to work with HTML5 canvas element. It is an **interactive object model** on top of canvas element. It is also an **SVG-to-canvas parser**.

@@ -2,0 +4,0 @@

var testrunner = require('qunit');
testrunner.options.log.summary = false;
testrunner.options.log.summary = true;
testrunner.options.log.tests = false;

@@ -10,22 +10,27 @@ testrunner.options.log.assertions = false;

tests: [
'./site/test/unit/rect.js',
'./site/test/unit/ellipse.js',
'./site/test/unit/color.js',
'./site/test/unit/circle.js',
'./site/test/unit/line.js',
'./site/test/unit/polyline.js',
'./site/test/unit/polygon.js',
'./site/test/unit/path.js',
'./site/test/unit/path_group.js',
'./site/test/unit/observable.js',
'./site/test/unit/object.js',
'./site/test/unit/text.js',
'./site/test/unit/util.js',
'./site/test/unit/image.js',
'./site/test/unit/group.js',
'./site/test/unit/parser.js',
'./site/test/unit/canvas.js',
'./site/test/unit/canvas_static.js'
'./test/unit/rect.js',
'./test/unit/ellipse.js',
'./test/unit/color.js',
'./test/unit/circle.js',
'./test/unit/line.js',
'./test/unit/polyline.js',
'./test/unit/polygon.js',
'./test/unit/path.js',
'./test/unit/path_group.js',
'./test/unit/observable.js',
'./test/unit/object.js',
'./test/unit/text.js',
'./test/unit/util.js',
'./test/unit/image.js',
'./test/unit/group.js',
'./test/unit/parser.js',
'./test/unit/canvas.js',
'./test/unit/canvas_static.js'
]
}, function(err, report) {
if(report.failed > 0){
process.on('exit', function() {
process.exit(1);
});
}
if (err) {

@@ -32,0 +37,0 @@ console.log(err);

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 too big to display

Sorry, the diff of this file is too big to display

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