Comparing version 1.1.4 to 1.1.5
"use strict"; | ||
module.exports = require('./lib/index.js') |
{ | ||
"name": "pdf2pic", | ||
"version": "1.1.4", | ||
"version": "1.1.5", | ||
"description": "Node module for converting PDF to image based on pdf2img by Fitra Adity", | ||
@@ -14,6 +14,6 @@ "main": "index.js", | ||
"postinstall": "npm run compile", | ||
"clean": "rm -rf ./lib && mkdir ./lib", | ||
"clean:test": "rm -rf ./test/o && mkdir ./test/o", | ||
"clean:compile": "rm -rf ./lib/compiled", | ||
"compile:babel": "babel-compile -p env src:lib/compiled", | ||
"clean": "rimraf ./lib && mkdir ./lib", | ||
"clean:test": "rimraf ./test/o && mkdir ./test/o", | ||
"clean:compile": "rimraf ./lib/compiled", | ||
"compile:babel": "babel-compile -p es2017 -p es2015 src:lib/compiled", | ||
"compile:minify": "minify lib/compiled -d lib", | ||
@@ -45,8 +45,12 @@ "compile": "npm run clean && npm run compile:babel && npm run compile:minify && npm run clean:compile", | ||
"babel-compile": "^2.0.0", | ||
"babel-core": "^6.26.0", | ||
"babel-minify": "^0.2.0", | ||
"babel-preset-env": "^1.6.1", | ||
"babel-plugin-syntax-async-functions": "^6.1.4", | ||
"babel-plugin-transform-regenerator": "^6.1.4", | ||
"babel-preset-es2015": "^6.24.0", | ||
"babel-preset-es2017": "^6.24.1", | ||
"babel-preset-stage-2": "^6.22.0", | ||
"babel-register": "^6.24.0", | ||
"mocha": "^4.0.1" | ||
"mocha": "^4.0.1", | ||
"rimraf": "^2.6.1" | ||
} | ||
} |
# 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.3-blue.svg)](https://github.com/yakovmeister/pdf2image/tree/1.0) | ||
[![Version](https://img.shields.io/badge/version-1.1.5-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 @@ |
@@ -0,1 +1,2 @@ | ||
import "babel-polyfill" | ||
import "gm-base64" | ||
@@ -2,0 +3,0 @@ import Promise from "bluebird" |
Sorry, the diff of this file is not supported yet
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
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
268
0
1
0
14415
11