Comparing version 1.1.5 to 1.1.6
{ | ||
"name": "pdf2pic", | ||
"version": "1.1.5", | ||
"version": "1.1.6", | ||
"description": "Node module for converting PDF to image based on pdf2img by Fitra Adity", | ||
@@ -13,5 +13,4 @@ "main": "index.js", | ||
"scripts": { | ||
"postinstall": "npm run compile", | ||
"clean": "rimraf ./lib && mkdir ./lib", | ||
"clean:test": "rimraf ./test/o && mkdir ./test/o", | ||
"clean": "rimraf ./lib && mkdir lib", | ||
"clean:test": "rimraf ./test/o && mkdir test/o", | ||
"clean:compile": "rimraf ./lib/compiled", | ||
@@ -18,0 +17,0 @@ "compile:babel": "babel-compile -p es2017 -p es2015 src:lib/compiled", |
# PDF2Pic | ||
[![Build Status](https://travis-ci.org/yakovmeister/pdf2image.svg?branch=1.0)](https://travis-ci.org/yakovmeister/pdf2image) | ||
[![Version](https://img.shields.io/badge/version-1.1.5-blue.svg)](https://github.com/yakovmeister/pdf2image/tree/1.0) | ||
[![Version](https://img.shields.io/badge/version-1.1.6-blue.svg)](https://github.com/yakovmeister/pdf2image/tree/1.0) | ||
Node module for converting PDF to image based on pdf2img by Fitra Adity | ||
@@ -5,0 +5,0 @@ |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Trivial Package
Supply chain riskPackages less than 10 lines of code are easily copied into your own project and may not warrant the additional supply chain risk of an external dependency.
Found 1 instance in 1 package
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Install scripts
Supply chain riskInstall scripts are run when the package is installed. The majority of malware in npm is hidden in install scripts.
Found 1 instance in 1 package
0
12833
1
1
2