New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

image-template-generator

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

image-template-generator - npm Package Compare versions

Comparing version 0.0.5 to 0.0.6

2

package.json
{
"name": "image-template-generator",
"version": "0.0.5",
"version": "0.0.6",
"description": "",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -139,3 +139,3 @@ /**

fontSize: '16',
fontWeigth: 'Normal',
fontWeight: 'Normal',
width: 4000,

@@ -161,3 +161,3 @@ height: 4000,

const font = {
family: pathResolve(`../fonts/SourceHanSerifCN-${conf.fontWeigth}.ttf`),
family: pathResolve(`../fonts/SourceHanSerifCN-${conf.fontWeight}.ttf`),
size: +conf.fontSize

@@ -238,2 +238,2 @@ };

return text.replace(reg, '$1\n');
}
}
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