@myunisoft/heif-converter
Advanced tools
Comparing version 0.1.1 to 0.1.2
@@ -14,4 +14,4 @@ // Import Node.js Dependencies | ||
const binaryPaths = [ | ||
`@myunisoft/heif-converter.${kPlatform}/converter.node`, | ||
`./src/build/Release/converter.node` | ||
`./src/build/Release/converter.node`, | ||
`@myunisoft/heif-converter.${kPlatform}/converter.node` | ||
]; | ||
@@ -23,2 +23,4 @@ let lib = null; | ||
lib = require(binaryPath); | ||
break; | ||
} | ||
@@ -25,0 +27,0 @@ catch (error) { |
{ | ||
"name": "@myunisoft/heif-converter", | ||
"description": "Bindings for the libheif C API to convert an image in Node.js", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"keywords": [ | ||
@@ -54,7 +54,7 @@ "heif", | ||
"optionalDependencies": { | ||
"@myunisoft/heif-converter.darwin-x64": "^0.0.1", | ||
"@myunisoft/heif-converter.linux-x64": "^0.1.0", | ||
"@myunisoft/heif-converter.linuxmusl-x64": "^0.1.0", | ||
"@myunisoft/heif-converter.win32-ia32": "^0.0.1", | ||
"@myunisoft/heif-converter.win32-x64": "^0.1.0" | ||
"@myunisoft/heif-converter.darwin-x64": "^0.0.2", | ||
"@myunisoft/heif-converter.linux-x64": "^0.1.2", | ||
"@myunisoft/heif-converter.linuxmusl-x64": "^0.2.1", | ||
"@myunisoft/heif-converter.win32-ia32": "^0.0.2", | ||
"@myunisoft/heif-converter.win32-x64": "^0.1.1" | ||
}, | ||
@@ -61,0 +61,0 @@ "dependencies": { |
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
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
130214
96