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

magick-cli

Package Overview
Dependencies
Maintainers
2
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

magick-cli - npm Package Compare versions

Comparing version 1.0.3 to 1.0.7-napi

5

CHANGELOG.md
# Changelog
## 1.0.7-n-api / 2018-04-02
* Added support for ImageMagick 7.0.7
* N-API porting of magick-cli - Fix issue [#11](https://github.com/NickNaso/magick-cli/issues/11)
## 1.0.3 / 2017-09-07

@@ -4,0 +9,0 @@ Fixed typo - PR from [dlemstra](https://github.com/dlemstra) [#10](https://github.com/NickNaso/magick-cli/pull/10)

2

index.js
/*******************************************************************************
* Copyright (c) 2017 Nicola Del Gobbo
* Copyright (c) 2018 Nicola Del Gobbo
* Licensed under the Apache License, Version 2.0 (the "License"); you may not

@@ -4,0 +4,0 @@ * use this file except in compliance with the License. You may obtain a copy of

/*******************************************************************************
* Copyright (c) 2017 Nicola Del Gobbo
* Copyright (c) 2018 Nicola Del Gobbo
* Licensed under the Apache License, Version 2.0 (the "License"); you may not

@@ -4,0 +4,0 @@ * use this file except in compliance with the License. You may obtain a copy of

/*******************************************************************************
* Copyright (c) 2017 Nicola Del Gobbo
* Copyright (c) 2018 Nicola Del Gobbo
* Licensed under the Apache License, Version 2.0 (the "License"); you may not

@@ -29,3 +29,3 @@ * use this file except in compliance with the License. You may obtain a copy of

MAX_SUPPORTED_VERSION: '7.0.5',
MAX_SUPPORTED_VERSION: '7.0.7',

@@ -32,0 +32,0 @@ MIN_SUPPORTED_VERSION: '7.0.1',

{
"name": "magick-cli",
"description": "Native ImageMagick CLI for Node.js",
"version": "1.0.3",
"version": "1.0.7-napi",
"contributors": [

@@ -63,7 +63,7 @@ {

"dependencies": {
"bindings": "^1.2.1",
"nan": "^2.6.2"
"bindings": "^1.3.0",
"node-addon-api": "^1.2.0"
},
"devDependencies": {
"jasmine": "^2.6.0"
"jasmine": "^3.1.0"
},

@@ -70,0 +70,0 @@ "files": [

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

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