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

pdf2pic

Package Overview
Dependencies
Maintainers
1
Versions
47
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pdf2pic - npm Package Compare versions

Comparing version 1.1.4 to 1.1.5

.npmignore

0

index.js
"use strict";
module.exports = require('./lib/index.js')

20

package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc