Socket
Socket
Sign inDemoInstall

@dicebear/converter

Package Overview
Dependencies
77
Maintainers
1
Versions
86
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 7.0.5 to 7.1.0

6

lib/node/core.js

@@ -54,6 +54,6 @@ import { promises as fs } from 'node:fs';

const exiftool = (await import('exiftool-vendored')).exiftool;
await tmp.withFile(async ({ path }) => {
buffer = await tmp.withFile(async ({ path }) => {
await fs.writeFile(path, buffer);
await exiftool.write(path, exif);
buffer = await fs.readFile(path);
await exiftool.write(path, exif, ['-overwrite_original']);
return fs.readFile(path);
});

@@ -60,0 +60,0 @@ }

{
"name": "@dicebear/converter",
"version": "7.0.5",
"version": "7.1.0",
"description": "SVG Converter for DiceBear",

@@ -74,3 +74,3 @@ "keywords": [

},
"gitHead": "644f1f7d23af086cdd17dda5bf64f5c3afa16a64"
"gitHead": "04b74170d60c613e1cff891f6fc4bdc573c39808"
}
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