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

heic-decode

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

heic-decode - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

2

package.json
{
"name": "heic-decode",
"version": "1.1.0",
"version": "1.1.1",
"description": "Decode HEIC images to raw data",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -27,2 +27,3 @@ # heic-decode

const fs = require('fs');
const { promisify } = require('util');
const decode = require('heic-decode');

@@ -44,2 +45,3 @@

const fs = require('fs');
const { promisify } = require('util');
const decode = require('heic-decode');

@@ -49,3 +51,3 @@

const buffer = await promisify(fs.readFile)('/path/to/my/multi-image.heic');
const images = decode.all({ buffer });
const images = await decode.all({ buffer });

@@ -52,0 +54,0 @@ for (let image of images) {

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