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

@myunisoft/heif-converter

Package Overview
Dependencies
Maintainers
0
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@myunisoft/heif-converter - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

6

index.js

@@ -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": {

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