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

btrz-pdf

Package Overview
Dependencies
Maintainers
1
Versions
49
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

btrz-pdf - npm Package Compare versions

Comparing version 1.27.2 to 1.27.3

2

package.json
{
"name": "btrz-pdf",
"version": "1.27.2",
"version": "1.27.3",
"description": "Generates pdf documents based on a liquid template",

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

@@ -70,3 +70,2 @@ const {Liquid} = require("liquidjs");

.replace(/[\"]/g, '\\"')
.replace(/[\']/g, "\\'")
.replace(/[\/]/g, '\\/')

@@ -73,0 +72,0 @@ .replace(/[\b]/g, '\\b')

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