Socket
Socket
Sign inDemoInstall

@dicebear/open-peeps

Package Overview
Dependencies
Maintainers
2
Versions
132
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dicebear/open-peeps - npm Package Compare versions

Comparing version 5.0.0-alpha.6 to 5.0.0-alpha.7

dist/index.d.ts.map

32

dist/index.d.ts

@@ -1,13 +0,21 @@

/*!
* Open Peeps (@dicebear/open-peeps)
*
* Code licensed under MIT License.
* Copyright (c) 2021 Florian Körner
*
* Design "Open Peeps" by Pablo Stanley licensed under CC0 1.0.
* Source: https://www.openpeeps.com/
* License: https://creativecommons.org/publicdomain/zero/1.0/
/**
* This file was automatically generated by json-schema-to-typescript.
* DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file,
* and run json-schema-to-typescript to regenerate this file.
*/
declare let create: import("@dicebear/core").StyleCreate<import("./options").Options>, preview: import("@dicebear/core").StylePreview<import("./options").Options> | undefined, meta: import("@dicebear/core").StyleMeta, schema: import("json-schema").JSONSchema7;
export { create, preview, meta, schema };
export { Options } from './options';
export interface Options {
accessories?: ("eyepatch" | "glasses" | "glasses2" | "glasses3" | "glasses4" | "glasses5" | "sunglasses" | "sunglasses2")[];
accessoriesProbability?: number;
clothingColor?: (string | ("red01" | "orange01" | "yellow01" | "green01" | "tail01" | "blue01" | "pink01"))[];
face?: ("angryWithFang" | "awe" | "blank" | "calm" | "cheeky" | "concerned" | "concernedFear" | "contempt" | "cute" | "cyclops" | "driven" | "eatingHappy" | "explaining" | "eyesClosed" | "fear" | "hectic" | "lovingGrin1" | "lovingGrin2" | "monster" | "old" | "rage" | "serious" | "smile" | "smileBig" | "smileLOL" | "smileTeethGap" | "solemn" | "suspicious" | "tired" | "veryAngry")[];
facialHair?: ("chin" | "full" | "full2" | "full3" | "full4" | "goatee1" | "goatee2" | "moustache1" | "moustache2" | "moustache3" | "moustache4" | "moustache5" | "moustache6" | "moustache7" | "moustache8" | "moustache9")[];
facialHairProbability?: number;
hairColor?: (string | ("variant01" | "variant02" | "variant03" | "variant04" | "variant05" | "variant06" | "variant07" | "variant08" | "variant09" | "variant10"))[];
head?: ("afro" | "bangs" | "bangs2" | "bantuKnots" | "bear" | "bun" | "bun2" | "buns" | "cornrows" | "cornrows2" | "dreads1" | "dreads2" | "flatTop" | "flatTopLong" | "grayBun" | "grayMedium" | "grayShort" | "hatBeanie" | "hatHip" | "hijab" | "long" | "longAfro" | "longBangs" | "longCurly" | "medium1" | "medium2" | "medium3" | "mediumBangs" | "mediumBangs2" | "mediumBangs3" | "mediumStraight" | "mohawk" | "mohawk2" | "noHair1" | "noHair2" | "noHair3" | "pomp" | "shaved1" | "shaved2" | "shaved3" | "short1" | "short2" | "short3" | "short4" | "short5" | "turban" | "twists" | "twists2")[];
mask?: ("medicalMask" | "respirator")[];
maskProbability?: number;
skinColor?: (string | ("variant01" | "variant02" | "variant03" | "variant04" | "variant05"))[];
}
export const create: import("@dicebear/core").StyleCreate<import("options").Options>, preview: import("@dicebear/core").StylePreview<import("options").Options> | undefined, meta: import("@dicebear/core").StyleMeta, schema: import("json-schema").JSONSchema7;
//# sourceMappingURL=index.d.ts.map
{
"name": "@dicebear/open-peeps",
"version": "5.0.0-alpha.6",
"version": "5.0.0-alpha.7",
"description": "Avatar style for DiceBear",

@@ -16,6 +16,6 @@ "keywords": [

"license": "MIT",
"browserslist": ">.25%, not IE > 0, not dead",
"source": "src/index.ts",
"main": "dist/index.js",
"module": "dist/index.es.js",
"browser": "dist/index.umd.js",
"types": "dist/index.d.ts",

@@ -31,18 +31,23 @@ "files": [

"prebuild": "shx rm -rf dist",
"build": "dicebear-project build DiceBear.OpenPeeps"
"build": "npm-run-all build:*",
"build:schema": "json2ts src/schema.json src/options.ts",
"build:parcel": "parcel build"
},
"devDependencies": {
"@dicebear/core": "^5.0.0-alpha.6",
"@dicebear/core": "^5.0.0-alpha.7",
"@parcel/packager-ts": "^2.0.1",
"@parcel/transformer-typescript-types": "^2.0.1",
"@tsconfig/recommended": "^1.0.0",
"@types/jest": "^26.0.22",
"@types/node": "^10.11.6",
"dicebear-project": "^5.0.0-alpha.6",
"jest": "^26.6.3",
"json-schema-to-typescript": "^10.1.5",
"npm-run-all": "^4.1.5",
"parcel": "^2.0.1",
"shx": "^0.3.3",
"ts-jest": "^26.5.4",
"typescript": "^4.2.3",
"utility-types": "^3.10.0"
"typescript": "^4.5.2"
},
"peerDependencies": {
"@dicebear/core": "^5.0.0-alpha.5"
"@dicebear/core": "^5.0.0-alpha.6"
},

@@ -52,3 +57,3 @@ "publishConfig": {

},
"gitHead": "d6c8c12102c3aa2071e6795972574ccd4a40b8b7"
"gitHead": "39873c5556400a5cba342abce15a376470613d19"
}

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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