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 5.0.0-beta.5 to 5.0.0-beta.6

4

lib/types.d.ts

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

export declare type ToFormat = (svg: string, format: Format, exif?: Exif) => Result;
export type ToFormat = (svg: string, format: Format, exif?: Exif) => Result;
export interface Result {

@@ -10,2 +10,2 @@ toDataUri(): Promise<string>;

}
export declare type Format = 'svg' | 'png' | 'jpeg';
export type Format = 'svg' | 'png' | 'jpeg';
{
"name": "@dicebear/converter",
"version": "5.0.0-beta.5",
"version": "5.0.0-beta.6",
"description": "SVG Converter for DiceBear",

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

},
"gitHead": "067460b00a40a7720d556f45edb32d9311edde14"
"gitHead": "1a81759251d30336383497f31843b48809d0f56b"
}
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