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.17.8--canary.1137.476d7bd.0 to 0.17.8

13

CHANGELOG.md

@@ -0,1 +1,14 @@

# v0.17.6 (Sat Feb 04 2023)
#### 🐛 Bug Fix
- Update ordering of overrides so ReturnType pulls correct typing. [#1077](https://github.com/jimp-dev/jimp/pull/1077) ([@dcbartlett](https://github.com/dcbartlett) [@hipstersmoothie](https://github.com/hipstersmoothie))
#### Authors: 2
- Andrew Lisowski ([@hipstersmoothie](https://github.com/hipstersmoothie))
- Dennis Bartlett ([@dcbartlett](https://github.com/dcbartlett))
---
# v0.17.2 (Sat Feb 04 2023)

@@ -2,0 +15,0 @@

4

index.d.ts

@@ -118,5 +118,5 @@ import { GenericCallback, ImageCallback } from "@jimp/core";

loadFont(file: string, cb: GenericCallback<Font, any, any>): Promise<never>;
loadFont(file: string): Promise<Font>;
loadFont(file: string, cb: GenericCallback<Font, any, any>): Promise<never>;
};
}

@@ -123,0 +123,0 @@ class: PrintClass;

{
"name": "@jimp/plugin-print",
"version": "0.17.8--canary.1137.476d7bd.0",
"version": "0.17.8",
"description": "print an image.",

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

"@babel/runtime": "^7.7.2",
"@jimp/utils": "0.17.8--canary.1137.476d7bd.0",
"@jimp/utils": "^0.17.8",
"load-bmfont": "^1.4.1"

@@ -34,5 +34,5 @@ },

"devDependencies": {
"@jimp/custom": "0.17.8--canary.1137.476d7bd.0",
"@jimp/plugin-blit": "0.17.8--canary.1137.476d7bd.0",
"@jimp/test-utils": "0.17.8--canary.1137.476d7bd.0"
"@jimp/custom": "^0.17.8",
"@jimp/plugin-blit": "^0.17.8",
"@jimp/test-utils": "^0.17.8"
},

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

},
"gitHead": "476d7bdc24f4cbcbb236994b63fbf21192dbad02"
"gitHead": "6e327e5813c6d36b97786941c5d09d8fc74a6198"
}
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