Socket
Socket
Sign inDemoInstall

badgen

Package Overview
Dependencies
Maintainers
1
Versions
45
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

badgen - npm Package Compare versions

Comparing version 2.6.0 to 2.7.0

dist/index.d.ts

15

package.json
{
"name": "badgen",
"version": "2.6.0",
"version": "2.7.0",
"description": "Fast svg badge generator.",

@@ -8,3 +8,3 @@ "repository": "amio/badgen",

"license": "ISC",
"main": "lib/index.js",
"main": "dist/index.js",
"scripts": {

@@ -15,15 +15,14 @@ "lint": "standard",

"snaptests": "TAP_SNAPSHOT=1 npm test",
"pretest": "npm run lint",
"pretest": "npm run lint && npm run build",
"test": "tap test/*.spec.js --reporter spec --coverage",
"build": "lyo -o badgen.min.js",
"build": "ncc -s -m build src/index.js && cp src/*.d.ts dist",
"prepublishOnly": "npm run build"
},
"devDependencies": {
"@zeit/ncc": "^0.13.0",
"benchmark": "^2.1.4",
"serve-marked": "0.4.0",
"standard": "^12.0.0",
"tap": "^12.0.1",
"lyo": "latest"
},
"dependencies": {}
"tap": "^12.0.1"
}
}
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