Socket
Socket
Sign inDemoInstall

@dicebear/converter

Package Overview
Dependencies
Maintainers
1
Versions
96
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dicebear/converter - npm Package Compare versions

Comparing version 6.0.6 to 6.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": "6.0.6",
"version": "6.1.0",
"description": "SVG Converter for DiceBear",

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

},
"gitHead": "81e20cc2a60a5109f6780148895755aa99b17b40"
"gitHead": "3e1efa2738413d42e16e3db9052301b03e22988c"
}
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