Socket
Socket
Sign inDemoInstall

@jimp/plugin-print

Package Overview
Dependencies
Maintainers
2
Versions
242
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jimp/plugin-print - npm Package Compare versions

Comparing version 0.5.3 to 0.5.4

10

package.json
{
"name": "@jimp/plugin-print",
"version": "0.5.3",
"version": "0.5.4",
"description": "print an image.",

@@ -31,5 +31,5 @@ "main": "dist/index.js",

"devDependencies": {
"@jimp/custom": "^0.5.3",
"@jimp/plugin-blit": "^0.5.3",
"@jimp/test-utils": "^0.5.3"
"@jimp/custom": "^0.5.4",
"@jimp/plugin-blit": "^0.5.4",
"@jimp/test-utils": "^0.5.4"
},

@@ -39,3 +39,3 @@ "publishConfig": {

},
"gitHead": "762e7e5f8099996f7bfb580477e29a75694e564e"
"gitHead": "833308a04a490b760425b9caadd6409cb345a582"
}

@@ -65,3 +65,3 @@ <div align="center">

async function main() {
const font = await Jimp.read(Jimp.FONT_SANS_32_BLACK);
const font = await Jimp.loadFont(Jimp.FONT_SANS_32_BLACK);
const image = await Jimp.read(1000, 1000, 0x0000ffff);

@@ -68,0 +68,0 @@

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