Socket
Socket
Sign inDemoInstall

d3-svg-to-png

Package Overview
Dependencies
0
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.2.0 to 0.2.1

2

package.json
{
"name": "d3-svg-to-png",
"version": "0.2.0",
"version": "0.2.1",
"description": "Converts SVG elements to PNG and other image formats while keeping CSS styles",

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

@@ -7,4 +7,5 @@ declare module 'd3-svg-to-png' {

download: boolean
ignore: string,
ignore: string
cssinline: number
background: string
}

@@ -11,0 +12,0 @@ function d3ToPng(selector: string, fileName: string, options?: Partial<Options>): Promise<string>

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