Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@dicebear/adventurer-neutral

Package Overview
Dependencies
Maintainers
2
Versions
122
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dicebear/adventurer-neutral - npm Package Compare versions

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

dist/index.d.ts.map

27

dist/index.d.ts

@@ -1,13 +0,16 @@

/*!
* Adventurer Neutral (@dicebear/adventurer-neutral)
*
* Code licensed under MIT License.
* Copyright (c) 2021 Florian Körner
*
* Design "Adventurer Neutral" by Lisa Wischofsky licensed under CC BY 4.0.
* Source: https://www.instagram.com/lischis_adventures/
* License: https://creativecommons.org/licenses/by/4.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 {
accessoires?: ("sunglasses" | "glasses" | "smallGlasses" | "mustache" | "blush" | "birthmark")[];
accessoiresProbability?: number;
backgroundColor?: (string | string)[];
eyebrows?: ("variant10" | "variant09" | "variant08" | "variant07" | "variant06" | "variant05" | "variant04" | "variant03" | "variant02" | "variant01")[];
eyes?: ("variant26" | "variant25" | "variant24" | "variant23" | "variant22" | "variant21" | "variant20" | "variant19" | "variant18" | "variant17" | "variant16" | "variant15" | "variant14" | "variant13" | "variant12" | "variant11" | "variant10" | "variant09" | "variant08" | "variant07" | "variant06" | "variant05" | "variant04" | "variant03" | "variant02" | "variant01")[];
mouth?: ("variant30" | "variant29" | "variant28" | "variant27" | "variant26" | "variant25" | "variant24" | "variant23" | "variant22" | "variant21" | "variant20" | "variant19" | "variant18" | "variant17" | "variant16" | "variant15" | "variant14" | "variant13" | "variant12" | "variant11" | "variant10" | "variant09" | "variant08" | "variant07" | "variant06" | "variant05" | "variant04" | "variant03" | "variant02" | "variant01")[];
}
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/adventurer-neutral",
"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.AdventurerNeutral"
"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