Comparing version 0.8.44 to 0.8.46
{ | ||
"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 @@ |
43
test.js
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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Git dependency
Supply chain riskContains a dependency which resolves to a remote git URL. Dependencies fetched from git URLs are not immutable can be used to inject untrusted code or reduce the likelihood of a reproducible install.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
5871689
41
17115
152
1
5
- Removed@mapbox/node-pre-gyp@1.0.11(transitive)
- Removedabbrev@1.1.1(transitive)
- Removedagent-base@6.0.2(transitive)
- Removedansi-regex@5.0.1(transitive)
- Removedaproba@2.0.0(transitive)
- Removedare-we-there-yet@2.0.0(transitive)
- Removedbalanced-match@1.0.2(transitive)
- Removedbrace-expansion@1.1.11(transitive)
- Removedcanvas@2.11.2(transitive)
- Removedchownr@2.0.0(transitive)
- Removedcolor-support@1.1.3(transitive)
- Removedconcat-map@0.0.1(transitive)
- Removedconsole-control-strings@1.1.0(transitive)
- Removeddecompress-response@4.2.1(transitive)
- Removeddelegates@1.0.0(transitive)
- Removeddetect-libc@2.0.3(transitive)
- Removedemoji-regex@8.0.0(transitive)
- Removedfs-minipass@2.1.0(transitive)
- Removedfs.realpath@1.0.0(transitive)
- Removedgauge@3.0.2(transitive)
- Removedglob@7.2.3(transitive)
- Removedhas-unicode@2.0.1(transitive)
- Removedhttps-proxy-agent@5.0.1(transitive)
- Removedinflight@1.0.6(transitive)
- Removedinherits@2.0.4(transitive)
- Removedis-fullwidth-code-point@3.0.0(transitive)
- Removedmake-dir@3.1.0(transitive)
- Removedmimic-response@2.1.0(transitive)
- Removedminimatch@3.1.2(transitive)
- Removedminipass@3.3.65.0.0(transitive)
- Removedminizlib@2.1.2(transitive)
- Removedmkdirp@1.0.4(transitive)
- Removednan@2.22.0(transitive)
- Removednode-fetch@2.7.0(transitive)
- Removednopt@5.0.0(transitive)
- Removednpmlog@5.0.1(transitive)
- Removedobject-assign@4.1.1(transitive)
- Removedonce@1.4.0(transitive)
- Removedpath-is-absolute@1.0.1(transitive)
- Removedreadable-stream@3.6.2(transitive)
- Removedrimraf@3.0.2(transitive)
- Removedsafe-buffer@5.2.1(transitive)
- Removedsemver@6.3.17.6.3(transitive)
- Removedset-blocking@2.0.0(transitive)
- Removedsignal-exit@3.0.7(transitive)
- Removedsimple-concat@1.0.1(transitive)
- Removedsimple-get@3.1.1(transitive)
- Removedstring-width@4.2.3(transitive)
- Removedstring_decoder@1.3.0(transitive)
- Removedstrip-ansi@6.0.1(transitive)
- Removedtar@6.2.1(transitive)
- Removedtr46@0.0.3(transitive)
- Removedutil-deprecate@1.0.2(transitive)
- Removedwebidl-conversions@3.0.1(transitive)
- Removedwhatwg-url@5.0.0(transitive)
- Removedwide-align@1.1.5(transitive)
- Removedwrappy@1.0.2(transitive)
- Removedyallist@4.0.0(transitive)