Comparing version 2.6.0 to 2.7.0
{ | ||
"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" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
1
1
45144
6
128