🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

pdf-node-creator

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pdf-node-creator - npm Package Compare versions

Comparing version

to
1.0.4

9

index.js

@@ -36,4 +36,8 @@ /**

return value !== undefined;
});
});
var isstrempty = Handlebars.registerHelper('isdefined', function (value) {
return value !== '';
});
var increment = Handlebars.registerHelper('increment', function (value) {

@@ -47,3 +51,4 @@ return parseInt(value) + 1;

isdefined,
increment
increment,
isstrempty
};
{
"name": "pdf-node-creator",
"version": "1.0.3",
"version": "1.0.4",
"description": "node pdf creator",

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