canvas-to-buffer
Advanced tools
Comparing version 3.0.0 to 3.0.1
{ | ||
"name": "canvas-to-buffer", | ||
"version": "3.0.0", | ||
"version": "3.0.1", | ||
"description": "Converts a Canvas graphic into a Buffer, as fast as possible and without a copy.", | ||
@@ -34,4 +34,4 @@ "source": "index.js", | ||
"engines": { | ||
"node": "^18.12.1", | ||
"npm": "^8.19.2" | ||
"node": ">=18.12.1", | ||
"npm": ">=8.19.2" | ||
}, | ||
@@ -46,4 +46,4 @@ "dependencies": { | ||
"standard": "17.0.0", | ||
"tape": "5.6.1" | ||
"tape": "5.6.3" | ||
} | ||
} |
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 not supported yet
72595