Join our webinar on Wednesday, June 26, at 1pm EDTHow Chia Mitigates Risk in the Crypto Industry.Register
Socket
Socket
Sign inDemoInstall

to-ico

Package Overview
Dependencies
94
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.4 to 1.1.5

4

index.js
'use strict';
const arrify = require('arrify');
const bufferAllocMod = require('buffer-alloc');
const bufferAlloc = require('buffer-alloc');
const imageSize = require('image-size');

@@ -15,4 +15,2 @@ const parsePng = require('parse-png');

const bufferAlloc = typeof Buffer.alloc === 'function' ? Buffer.alloc : bufferAllocMod;
const createHeader = n => {

@@ -19,0 +17,0 @@ const buf = bufferAlloc(constants.headerSize);

{
"name": "to-ico",
"version": "1.1.4",
"version": "1.1.5",
"description": "Convert PNG to ICO in memory",

@@ -5,0 +5,0 @@ "license": "MIT",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc