Socket
Socket
Sign inDemoInstall

print-tag

Package Overview
Dependencies
112
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.0 to 1.1.1

32

lib/formats.js

@@ -112,2 +112,34 @@ module.exports = {

},
// PIMACO A4355
pimaco_a4355: {
cols: [
7.2,
74,
141
],
rows: [
9,
40,
71,
102,
133,
164,
195,
226,
257
],
maxTagsInPage: 27,
tagSize: {
width: 63.5,
height: 31,
align: 'center'
},
paperSize: [210.00, 297.00],
paperMargins: {
top: 9,
bottom: 0,
left: 7.2,
right: 0
}
}
}

9

package.json
{
"name": "print-tag",
"version": "1.1.0",
"version": "1.1.1",
"description": "Simple module to generate PDF tags for print in comercial formats",

@@ -24,3 +24,3 @@ "homepage": "https://github.com/albertosouza/print-tag",

"istanbul": "^0.4.5",
"mocha": "^4.0.1"
"mocha": "^6.2.0"
},

@@ -34,4 +34,7 @@ "repository": "albertosouza/print-tag",

"dependencies": {
"pdfkit": "^0.8.3"
"pdfkit": "^0.10.0"
},
"engines": {
"node": ">=6.0.0"
}
}

@@ -51,2 +51,4 @@ # Print tags

- pimaco_6180
- pimaco_6081
- pimaco_a4355

@@ -61,3 +63,7 @@ ## Example:

- Thiago Anselmo: https://github.com/thiagoanselmo
## Contributors
- Angelo Dias: https://github.com/angelod1as
- Luiza Avelino: https://github.com/luiza-avelino

@@ -64,0 +70,0 @@ ## License

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc