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

svg2canvas

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

svg2canvas - npm Package Compare versions

Comparing version 0.0.4 to 0.0.5

2

build/index.d.ts

@@ -31,2 +31,4 @@ declare type Style = {

private children;
readonly width: number;
readonly height: number;
private invWidth;

@@ -33,0 +35,0 @@ private invHeight;

@@ -162,2 +162,4 @@ var __spreadArrays = (this && this.__spreadArrays) || function () {

this.children = [];
this.width = width;
this.height = height;
this.invWidth = 1.0 / width;

@@ -164,0 +166,0 @@ this.invHeight = 1.0 / height;

2

package.json
{
"name": "svg2canvas",
"version": "0.0.4",
"version": "0.0.5",
"description": "Library to allow batching and rendering of SVGs onto the canvas EFFICIENTLY. Currently only compatible w/ simple geometry.",

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

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