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

pdf-thumbnail

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-thumbnail - npm Package Compare versions

Comparing version

to
1.0.0

.editorconfig

31

package.json
{
"name": "pdf-thumbnail",
"version": "0.0.1",
"version": "1.0.0",
"description": "",

@@ -9,4 +9,29 @@ "main": "index.js",

},
"author": "",
"license": "MIT"
"repository": {
"type": "git",
"url": "git+https://github.com/nicoFuccella/pdf-thumbnail.git"
},
"author": "Nicolò Fuccella",
"contributors": [
{
"name": "Nicolò Fuccella",
"email": "nico.fuccella@gmail.com"
},
{
"name": "Nicola Guerra",
"email": "nicola.ng2k@gmail.com"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/nicoFuccella/pdf-thumbnail/issues"
},
"homepage": "https://github.com/nicoFuccella/pdf-thumbnail#readme",
"devDependencies": {
"eslint": "^4.14.0"
},
"dependencies": {
"gm": "^1.23.1",
"promise.waterfall": "^3.2.0"
}
}