New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

imagetools-core

Package Overview
Dependencies
Maintainers
1
Versions
61
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

imagetools-core - npm Package Compare versions

Comparing version 4.0.4 to 4.0.5

4

dist/index.js

@@ -500,3 +500,3 @@ import { createHash } from 'node:crypto';

.filter(([k]) => !(k in outputFormats))
.map(([key, values]) => values.map((v) => [key, v]));
.map(([key, values]) => values.map((v) => [[key, v]]));
// do a cartesian product on all entries to get all combinations we need to produce

@@ -508,3 +508,3 @@ const combinations = singleArgumentEntries

// and return as an array of objects
const out = combinations.map((options) => Object.fromEntries([[...options, ...metadataAddons]]));
const out = combinations.map((options) => Object.fromEntries([...options, ...metadataAddons]));
return out.length ? out : [Object.fromEntries(metadataAddons)];

@@ -511,0 +511,0 @@ }

{
"name": "imagetools-core",
"version": "4.0.4",
"version": "4.0.5",
"type": "module",

@@ -5,0 +5,0 @@ "types": "dist/index.d.ts",

Sorry, the diff of this file is not supported yet

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