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 8.0.0-rc.2 to 8.0.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": "8.0.0-rc.2",
"version": "8.0.0",
"description": "SVG Converter for DiceBear",

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

],
"homepage": "https://dicebear.com",
"homepage": "https://www.dicebear.com",
"bugs": {

@@ -45,4 +45,4 @@ "url": "https://github.com/dicebear/dicebear/issues"

"@resvg/resvg-js": "^2.4.1",
"exiftool-vendored": "^22.0.0",
"sharp": "^0.32.1"
"exiftool-vendored": "^23.0.0",
"sharp": "^0.32.6"
},

@@ -54,4 +54,4 @@ "devDependencies": {

"del-cli": "^5.0.0",
"exiftool-vendored": "^22.0.0",
"sharp": "^0.32.1",
"exiftool-vendored": "^23.0.0",
"sharp": "^0.32.6",
"typescript": "^5.1.6",

@@ -77,3 +77,3 @@ "uvu": "^0.5.6"

},
"gitHead": "226c203a893f9e22401d35ab24c0418462d262c9"
"gitHead": "218cf2a59086fb512ac9b1bfc498ccb8855f4226"
}

@@ -1,2 +0,2 @@

<h1><img src="https://dicebear.com/logo-readme.svg" width="28" /> DiceBear Converter</h1>
<h1><img src="https://www.dicebear.com/logo-readme.svg" width="28" /> DiceBear Converter</h1>

@@ -12,3 +12,3 @@ <p>

[Playground](https://dicebear.com/playground) |
[Documentation](https://dicebear.com/introduction)
[Playground](https://www.dicebear.com/playground) |
[Documentation](https://www.dicebear.com/introduction)
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