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.22.0 to 0.22.1--canary.1169.6db477d088d28aea43b31d9ca8b0eaf74dc511d1.0

4

CHANGELOG.md

@@ -21,3 +21,3 @@ # v0.22.0 (Mon Feb 06 2023)

Marking this as a "breaking release" because it might change what deps need to be installed.
Marking this as a "breaking release" because it might change what deps need to be installed.

@@ -84,3 +84,3 @@ All modules should be exported as valid cjs and esm

#### ⚠️ Pushed to `master`
#### ⚠️ Pushed to `main`

@@ -87,0 +87,0 @@ - try this ([@hipstersmoothie](https://github.com/hipstersmoothie))

{
"name": "@jimp/plugin-print",
"version": "0.22.0",
"version": "0.22.1--canary.1169.6db477d088d28aea43b31d9ca8b0eaf74dc511d1.0",
"description": "print an image.",

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

"dependencies": {
"@jimp/utils": "^0.22.0",
"@jimp/utils": "0.22.1--canary.1169.6db477d088d28aea43b31d9ca8b0eaf74dc511d1.0",
"load-bmfont": "^1.4.1"

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

"devDependencies": {
"@jimp/custom": "^0.22.0",
"@jimp/plugin-blit": "^0.22.0",
"@jimp/test-utils": "^0.22.0"
"@jimp/custom": "0.22.1--canary.1169.6db477d088d28aea43b31d9ca8b0eaf74dc511d1.0",
"@jimp/plugin-blit": "0.22.1--canary.1169.6db477d088d28aea43b31d9ca8b0eaf74dc511d1.0",
"@jimp/test-utils": "0.22.1--canary.1169.6db477d088d28aea43b31d9ca8b0eaf74dc511d1.0"
},

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

},
"gitHead": "d4ed418ae57e5345e42734cd8d7256f558e1eef8"
"gitHead": "6db477d088d28aea43b31d9ca8b0eaf74dc511d1"
}

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

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

@@ -76,0 +76,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