You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 7-8.RSVP
Socket
Socket
Sign inDemoInstall

@dicebear/pixel-art

Package Overview
Dependencies
Maintainers
2
Versions
131
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 5.0.0-alpha.10 to 5.0.0-alpha.11

lib/colors/accessories.d.ts

44

package.json
{
"name": "@dicebear/pixel-art",
"version": "5.0.0-alpha.10",
"version": "5.0.0-alpha.11",
"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",
"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",
"@dicebear/core": "^5.0.0-alpha.11",
"@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"
"del-cli": "^4.0.1",
"typescript": "^4.5.2",
"uvu": "^0.5.2"
},
"peerDependencies": {
"@dicebear/core": "^5.0.0-alpha.6"
"@dicebear/core": "^5.0.0-alpha.10"
},
"engines": {
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
},
"publishConfig": {
"access": "public"
},
"gitHead": "09c7040abb7d75bfd79c2947c0a0e9b377793510"
"gitHead": "93e6f1be9fff392ded1f18c8320b6a0ca8e695c1"
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc