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

svg-paper

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

svg-paper - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

4

js/tests/real-world.test.js

@@ -79,4 +79,4 @@ 'use strict'

.adjustTextarea('#_additionalComment_', 1830, 287)
.replace('font-family="IPAexGothic"', 'font-family="monospace"')
.replace('font-family="Roboto"', 'font-family="monospace"')
.replace('font-family="IPAexGothic"', 'font-family="sans-serif"')
.replace('font-family="Roboto"', 'font-family="sans-serif"')

@@ -83,0 +83,0 @@ paper.apply()

{
"name": "svg-paper",
"version": "0.0.3",
"version": "0.0.4",
"description": "The world's most maintainable way to create paper-printable documents 🖨💘",

@@ -5,0 +5,0 @@ "homepage": "https://github.com/ttskch/svg-paper",

@@ -12,2 +12,19 @@ # svg-paper

## TOC
<details>
* [Workflows](#workflows)
* [Installation](#installation)
* [CDN](#cdn)
* [npm](#npm)
* [Basic usage](#basic-usage)
* [Tips](#tips)
* [Hiding content before placeholders are replaced](#hiding-content-before-placeholders-are-replaced)
* [With non Node.js back-end](#with-non-nodejs-back-end)
* [e.g. PHP and Twig](#eg-php-and-twig)
* [PDF generation](#pdf-generation)
</details>
## Workflows

@@ -236,3 +253,3 @@

## PDF Generation
## PDF generation

@@ -239,0 +256,0 @@ You can easily print to PDF directly by using [electron-pdf](https://github.com/fraserxu/electron-pdf).

Sorry, the diff of this file is not supported yet

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