Socket
Socket
Sign inDemoInstall

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 2.0.1 to 2.0.3

7

CHANGELOG.md
# Changelog
## 2.0.3 / 2017-30-06
* Specify --c++11 and --libc++ cplusplus flags in node-gyp settings - PR[#22](https://github.com/NickNaso/ghostscript4js/pull/22)
* Removed V8 API in the initialization code for the add-ons
## 2.0.1 / 2017-18-04

@@ -41,2 +46,2 @@

* 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.

8

package.json
{
"name": "ghostscript4js",
"description": "Bindings for the Ghostscript C API to the Node.JS world.",
"version": "2.0.1",
"version": "2.0.3",
"contributors": [

@@ -41,10 +41,10 @@ {

"bindings": "^1.2.1",
"nan": "^2.4.0"
"nan": "^2.6.2"
},
"devDependencies": {
"jasmine": "^2.5.2"
"jasmine": "^2.6.0"
},
"main": "./index.js",
"files": [
"LICENSE",
"LICENSE",
"README.md",

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

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