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.9.4 to 0.9.5

18

CHANGELOG.md

@@ -0,1 +1,19 @@

# v0.9.5 (Tue Mar 03 2020)
#### 🐛 Bug Fix
- `@jimp/plugin-print`
- Export font type [#838](https://github.com/oliver-moran/jimp/pull/838) ([@DomiR](https://github.com/DomiR))
#### 📝 Documentation
- `@jimp/plugin-print`
- Added ttf2fnt.com to the list [#845](https://github.com/oliver-moran/jimp/pull/845) ([@mbejda](https://github.com/mbejda))
#### Authors: 1
- Dominique Rau ([@DomiR](https://github.com/DomiR))
---
# v0.9.3 (Tue Nov 26 2019)

@@ -2,0 +20,0 @@

2

index.d.ts

@@ -43,3 +43,3 @@ import { GenericCallback, ImageCallback } from '@jimp/core';

interface Font {
export interface Font {
chars: {

@@ -46,0 +46,0 @@ [char: string]: FontChar;

{
"name": "@jimp/plugin-print",
"version": "0.9.4",
"version": "0.9.5",
"description": "print an image.",

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

"@babel/runtime": "^7.7.2",
"@jimp/utils": "^0.9.4",
"@jimp/utils": "^0.9.5",
"core-js": "^3.4.1",

@@ -34,5 +34,5 @@ "load-bmfont": "^1.4.0"

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

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

},
"gitHead": "a1120faa4dbe2a3ab3a465b93e5db254ec2876f2"
"gitHead": "ecadad6b337ee78e23d683e9560a4182e43d9820"
}

@@ -12,2 +12,5 @@ <div align="center">

:star: [ttf2fnt](https://ttf2fnt.com/)
:star: [Littera](http://kvazars.com/littera/)

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