ait-canvas
Advanced tools
Comparing version 0.6.1 to 0.6.2
10
index.js
@@ -274,5 +274,5 @@ const { | ||
shadowColor: aitFFI__F(1, 'shadowColor', unwrapper(shadowColor)), | ||
createLinearGradient: aitFFI__F(2, 'createLinearGradient', createLinearGradient), | ||
createRadialGradient: aitFFI__F(4, 'createRadialGradient', createRadialGradient), | ||
addColorStop: aitFFI__F(3, 'addColorStop', addColorStop), | ||
createLinearGradient: aitFFI__F(2, 'createLinearGradient', unwrapper(createLinearGradient)), | ||
createRadialGradient: aitFFI__F(4, 'createRadialGradient', unwrapper(createRadialGradient)), | ||
addColorStop: aitFFI__F(3, 'addColorStop', unwrapper(addColorStop)), | ||
// fillText, | ||
@@ -290,4 +290,4 @@ // strokeText, | ||
// createImageData, | ||
getImageData: aitFFI__F(3, 'getImageData', getImageData), | ||
putImageData: aitFFI__F(5, 'putImageData', putImageData) | ||
getImageData: aitFFI__F(3, 'getImageData', unwrapper(getImageData)), | ||
putImageData: aitFFI__F(5, 'putImageData', unwrapper(putImageData)) | ||
}; |
{ | ||
"name": "ait-canvas", | ||
"version": "0.6.1", | ||
"version": "0.6.2", | ||
"description": "Ait module with html canvas bindings", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
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
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
Found 1 instance in 1 package
12088