Socket
Socket
Sign inDemoInstall

heic-convert

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

heic-convert - npm Package Compare versions

Comparing version 1.2.0 to 1.2.1

2

package.json
{
"name": "heic-convert",
"version": "1.2.0",
"version": "1.2.1",
"description": "Convert HEIC/HEIF images to JPEG and PNG",

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

@@ -18,3 +18,3 @@ # heic-convert

```bash
npm install heic-decode
npm install heic-convert
```

@@ -29,2 +29,3 @@

const fs = require('fs');
const convert = require('heic-convert');

@@ -48,2 +49,3 @@ (async () => {

const fs = require('fs');
const convert = require('heic-convert');

@@ -66,2 +68,3 @@ (async () => {

const fs = require('fs');
const convert = require('heic-convert');

@@ -68,0 +71,0 @@ (async () => {

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