Socket
Socket
Sign inDemoInstall

give-me-an-avatar

Package Overview
Dependencies
0
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.5.0 to 0.6.0

10

package.json
{
"name": "give-me-an-avatar",
"displayName": "Give Me an Avatar",
"version": "0.5.0",
"version": "0.6.0",
"description": "Gets a random avatar URL from a collection of different avatar generation services.",

@@ -13,4 +13,7 @@ "source": "./src/give-me-an-avatar.ts",

"build": "eslint --ext .js,.ts \".\\src\\*.ts\" && microbundle",
"test": "ts-mocha -p ./tsconfig.json tests/**/*.ts --reporter mocha-junit-reporter",
"mocha": "ts-mocha -p ./tsconfig.json tests/**/*.ts"
"test": "npm run coverage npm run silent-test",
"devtest": "npm run coverage npm run mocha",
"silent-test": "ts-mocha -p ./tsconfig.json tests/**/*.ts --reporter mocha-junit-reporter",
"mocha": "ts-mocha tests/**/*.test.ts",
"coverage": "nyc --reporter=cobertura --reporter=html --reporter=text --reporter=text-summary"
},

@@ -70,2 +73,3 @@ "files": [

"mocha-junit-reporter": "^1.22.0",
"nyc": "^15.1.0",
"ts-mocha": "^8.0.0",

@@ -72,0 +76,0 @@ "ts-node": "^9.1.1",

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc