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

@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.16.7 to 0.16.8

1

CHANGELOG.md

@@ -9,2 +9,3 @@ # v0.16.3 (Sat Feb 04 2023)

- try this ([@hipstersmoothie](https://github.com/hipstersmoothie))
- upgrade prettier ([@hipstersmoothie](https://github.com/hipstersmoothie))

@@ -11,0 +12,0 @@

12

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

@@ -24,3 +24,3 @@ "main": "dist/index.js",

"@babel/runtime": "^7.7.2",
"@jimp/utils": "^0.16.7",
"@jimp/utils": "^0.16.8",
"load-bmfont": "^1.4.0"

@@ -33,5 +33,5 @@ },

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

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

},
"gitHead": "f2671e67ffe3d58443afecac95d10afef9cc767f"
"gitHead": "9e94ec08bc4dd526b308d79d33c9da9b64a4fda3"
}

@@ -71,3 +71,3 @@ /* eslint key-spacing: ["error", { "align": "value" }] */

const font = await Jimp.loadFont(
"https://raw.githubusercontent.com/oliver-moran/jimp/master/packages/plugin-print/fonts/open-sans/open-sans-16-black/open-sans-16-black.fnt"
"https://raw.githubusercontent.com/jimp-dev/jimp/master/packages/plugin-print/fonts/open-sans/open-sans-16-black/open-sans-16-black.fnt"
);

@@ -74,0 +74,0 @@ const expected =

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