Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

html-image-generator

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

html-image-generator - npm Package Compare versions

Comparing version 1.0.0 to 1.1.0

11

dist/main.js

@@ -25,4 +25,11 @@ import { promises as fs } from 'fs';

generateOptions: {
viewport: { width: options.width, height: options.height },
screenshotOptions: { type: options.type, quality: options.quality },
viewport: {
width: options.width,
height: options.height,
},
screenshotOptions: {
type: options.type,
quality: options.quality,
omitBackground: options.omitBackground,
},
},

@@ -29,0 +36,0 @@ };

2

package.json
{
"name": "html-image-generator",
"version": "1.0.0",
"version": "1.1.0",
"repository": "git@github.com:amotarao/html-image-generator.git",

@@ -5,0 +5,0 @@ "author": "Amon Sawamura <amotarao@gmail.com>",

@@ -142,2 +142,3 @@ # HTML Image Generator

quality: 70 # optional: valid with jpeg and webp
omitBackground: true # optional: transparent background
```

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