Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

ghostscript4js

Package Overview
Dependencies
Maintainers
2
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ghostscript4js - npm Package Compare versions

Comparing version 1.0.19 to 2.0.0

12

CHANGELOG.md
# Changelog
## 2.0.0 / 2017-18-04
* **`ghostscript4js`** support for Ghostscript **9.21**. For more info see the [changelog](https://ghostscript.com/doc/9.21/News.htm).
* Fix typo and other little errors in documentation.
* Problem calling execute method multiple time consecutively - Fix issue [#15](https://github.com/NickNaso/ghostscript4js/issues/15).
## 1.0.19 / 2017-06-04

@@ -13,3 +21,3 @@

* Added compatibility with Ghostscript version
* Added compatibility with Ghostscript version.

@@ -28,2 +36,2 @@ * Fix issue [#13](https://github.com/NickNaso/ghostscript4js/issues/13).

* Initial version of **`ghostscript4js`** binds the Ghostscript C API to bring Ghostscript power to the Node.JS world.
* Initial version of **`ghostscript4js`** binds the Ghostscript C API to bring Ghostscript power to the Node.JS world.

2

lib/ghostscript4js.js

@@ -29,3 +29,3 @@ /*******************************************************************************

MAX_SUPPORTED_REVISION: 920,
MAX_SUPPORTED_REVISION: 921,

@@ -32,0 +32,0 @@ MIN_SUPPORTED_REVISION: 919,

{
"name": "ghostscript4js",
"description": "Bindings for the Ghostscript C API to bring Ghostscript power to the Node.JS world.",
"version": "1.0.19",
"description": "Bindings for the Ghostscript C API to the Node.JS world.",
"version": "2.0.0",
"contributors": [

@@ -28,3 +28,3 @@ {

"engines": {
"node": ">= 6.0.0"
"node": ">= 4.0.0"
},

@@ -49,3 +49,3 @@ "gypfile": true,

"files": [
"LICENSE",
"LICENSE",
"README.md",

@@ -52,0 +52,0 @@ "CHANGELOG.md",

@@ -80,3 +80,3 @@ <p align="center">

## At moment Ghostscript4JS is fully compatible with Ghostscript version 9.19 and 9.20
## At moment Ghostscript4JS is fully compatible with Ghostscript version 9.19 and 9.21

@@ -83,0 +83,0 @@ ## Linux

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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