Comparing version 1.0.3 to 1.0.7-napi
# 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) |
/******************************************************************************* | ||
* 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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
35300
1
+ Addednode-addon-api@^1.2.0
+ Addednode-addon-api@1.7.2(transitive)
- Removednan@^2.6.2
- Removednan@2.22.0(transitive)
Updatedbindings@^1.3.0