Socket
Socket
Sign inDemoInstall

@dicebear/shapes

Package Overview
Dependencies
Maintainers
1
Versions
68
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dicebear/shapes - npm Package Compare versions

Comparing version 5.0.0-alpha.10 to 5.2.0

./lib/index.js

48

package.json
{
"name": "@dicebear/shapes",
"version": "5.0.0-alpha.10",
"version": "5.2.0",
"description": "Avatar style for DiceBear",

@@ -16,42 +16,34 @@ "keywords": [

"license": "MIT",
"browserslist": ">.25%, not IE > 0, not dead",
"source": "src/index.ts",
"main": "dist/index.js",
"module": "dist/index.es.js",
"types": "dist/index.d.ts",
"type": "module",
"main": "./lib/index.js",
"exports": "./lib/index.js",
"types": "./lib/index.d.ts",
"files": [
"LICENSE",
"README.md",
"dist"
"lib",
"README.md"
],
"scripts": {
"test": "jest",
"prebuild": "del-cli lib",
"build": "tsc",
"prepublishOnly": "npm run build",
"prebuild": "shx rm -rf dist",
"build": "npm-run-all build:*",
"build:schema": "json2ts src/schema.json src/options.ts",
"build:parcel": "parcel build"
"test": "uvu tests"
},
"devDependencies": {
"@dicebear/core": "^5.0.0-alpha.10",
"@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",
"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.5.2"
"@dicebear/core": "^5.2.0",
"@tsconfig/recommended": "^1.0.1",
"del-cli": "^4.0.1",
"typescript": "^4.6.3",
"uvu": "^0.5.3"
},
"peerDependencies": {
"@dicebear/core": "^5.0.0-alpha.6"
"@dicebear/core": "^5.0.0"
},
"engines": {
"node": "^14.13.1 || >=16.0.0"
},
"publishConfig": {
"access": "public"
},
"gitHead": "09c7040abb7d75bfd79c2947c0a0e9b377793510"
"gitHead": "c4014d98787e729af307842b449cf82741d4ba8c"
}

@@ -1,9 +0,27 @@

<h1 align="center"><img src="./tests/svg/0.svg" width="124" /> <br />Shapes</h1>
<h1 align="center"><img src="https://dicebear.com/logo-readme.svg" width="96" /> <br />DiceBear Shapes</h1>
<p align="center">
<strong>Avatar Style for <a href="https://dicebear.com/">DiceBear</a></strong><br />
<a href="https://github.com/dmester/jdenticon">Jdenticon</a>
by Daniel Mester Pirttijärvi
<a href="https://dicebear.com">Shapes</a> by <a href="https://dicebear.com">Florian Körner</a>
</p>
<p align="center">
<img src="https://api.dicebear.com/5.x/shapes/svg?seed=Mimi" width="64" />
<img src="https://api.dicebear.com/5.x/shapes/svg?seed=Sasha" width="64" />
<img src="https://api.dicebear.com/5.x/shapes/svg?seed=Lilly" width="64" />
<img src="https://api.dicebear.com/5.x/shapes/svg?seed=Tigger" width="64" />
<img src="https://api.dicebear.com/5.x/shapes/svg?seed=Bella" width="64" />
<img src="https://api.dicebear.com/5.x/shapes/svg?seed=Zoe" width="64" />
<img src="https://api.dicebear.com/5.x/shapes/svg?seed=Kitty" width="64" />
</p>
<p align="center">
The avatar style is based on <a href="https://dicebear.com">Shapes</a> by
<a href="https://dicebear.com">Florian Körner</a>, licensed under
<a href="https://creativecommons.org/publicdomain/zero/1.0/">CC0 1.0</a>. / Remix of the original.
</p>
<p align="center">
See <a href="https://dicebear.com/licenses">license overview</a> for more information.
</p>
<p align="center">
<a href="https://dicebear.com/styles/shapes">

@@ -10,0 +28,0 @@ Read Documentation

Sorry, the diff of this file is not supported yet

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