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

rsvg

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rsvg - npm Package Compare versions

Comparing version 0.2.0 to 0.2.1

2

package.json
{
"name": "rsvg",
"version": "0.2.0",
"version": "0.2.1",
"description": "Parse SVG files and render them as PNG, PDF, SVG, or raw memory buffer images.",

@@ -5,0 +5,0 @@ "keywords": [

@@ -27,3 +27,7 @@

console.log('SVG height: ' + svg.height);
fs.writeFile('tiger.png', svg.renderPNG(600, 400).data);
fs.writeFile('tiger.png', svg.render({
format: 'png',
width: 600,
height: 400
}).data);
});

@@ -30,0 +34,0 @@

Sorry, the diff of this file is not supported yet

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