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

images-to-pdf-book

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

images-to-pdf-book - npm Package Compare versions

Comparing version 0.1.3 to 0.1.4

{
"name": "images-to-pdf-book",
"version": "0.1.3",
"version": "0.1.4",
"description": "Create a PDF document from a bunch of images.",

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

],
"main": "src/index.js",
"main": "dist/src/index.js",
"bin": {
"images-to-pdf-book": "bin/images-to-pdf-book.js"
"images-to-pdf-book": "dist/bin/images-to-pdf-book.js"
},

@@ -15,0 +15,0 @@ "engines": {

@@ -6,2 +6,3 @@ {

"strict": true,
"outDir": "dist",
"noImplicitAny": true,

@@ -8,0 +9,0 @@ "noUnusedLocals": true,