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

@nodepit/svg-to-img

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nodepit/svg-to-img - npm Package Versions

qqilihq
published 3.1.0 •

Changelog

Source

[3.1.0] – 2022-07-30

Changes

  • Return types depending on whether a Buffer (no encoding specified) or string (encoding specified) is returned
qqilihq
published 3.0.0 •

Changelog

Source

[3.0.0] – 2022-04-30

Changed

  • Set up GitHub CI
  • Upgrade development dependencies (Typescript, ESLint, etc.) and related fixes
  • (breaking) Depend on puppeteer-core to avoid Chromium download. If you rely on the included Chromium, simply add a dependency to puppeteer@2.0.0 to your project
  • Upgrade to latest Puppeteer library (v13.7.0)

Breaking

  • Require at least Node version 10.18.1
qqilihq
published 2.2.0 •

Changelog

Source

[2.2.0] – 2020-12-14

Added

  • Export TS interfaces IOptions, IShorthandOptions, and IConnectOptions
qqilihq
published 2.1.1 •

Changelog

Source

[2.1.1] – 2020-04-15

Fixed

  • Update README.md to reflect fork
qqilihq
published 2.1.0 •

Changelog

Source

[2.1.0] – 2020-04-15

Added

  • Forked from Etienne Martin’s <a href="https://github.com/etienne-martin/svg-to-img">svg-to-img</a> and added possibility to connect to a Puppeteer endpoint (see <a href="https://github.com/etienne-martin/svg-to-img/pull/19">here</a>)