license-badger
Advanced tools
Comparing version 0.14.2 to 0.15.0
# CHANGES for license-badger | ||
## 0.15.0 | ||
- Docs: Update badges per updates | ||
- npm: Remove `q-combinators` (previously used for sample of custom license) | ||
- npm: Update devDeps. | ||
## 0.14.2 | ||
@@ -4,0 +10,0 @@ |
{ | ||
"name": "license-badger", | ||
"version": "0.14.2", | ||
"version": "0.15.0", | ||
"description": "Builds a badge indicating your project's license(s) and those of its dependencies.", | ||
@@ -61,15 +61,15 @@ "main": "src/index.js", | ||
"eslint": "^6.8.0", | ||
"eslint-config-ash-nazg": "^18.0.0", | ||
"eslint-config-ash-nazg": "^20.0.0", | ||
"eslint-config-standard": "^14.1.1", | ||
"eslint-plugin-array-func": "^3.1.4", | ||
"eslint-plugin-array-func": "^3.1.5", | ||
"eslint-plugin-chai-expect": "^2.1.0", | ||
"eslint-plugin-chai-friendly": "^0.5.0", | ||
"eslint-plugin-chai-friendly": "^0.6.0", | ||
"eslint-plugin-compat": "^3.5.1", | ||
"eslint-plugin-eslint-comments": "^3.1.2", | ||
"eslint-plugin-html": "^6.0.1", | ||
"eslint-plugin-html": "^6.0.2", | ||
"eslint-plugin-import": "^2.20.2", | ||
"eslint-plugin-jsdoc": "^22.1.0", | ||
"eslint-plugin-jsdoc": "^24.0.0", | ||
"eslint-plugin-markdown": "^1.0.2", | ||
"eslint-plugin-no-unsanitized": "^3.1.0", | ||
"eslint-plugin-no-use-extend-native": "^0.4.1", | ||
"eslint-plugin-no-use-extend-native": "^0.5.0", | ||
"eslint-plugin-node": "^11.1.0", | ||
@@ -84,3 +84,2 @@ "eslint-plugin-promise": "^4.2.1", | ||
"nyc": "^15.0.1", | ||
"q-combinators": "^1.0.0", | ||
"typescript": "^3.8.3" | ||
@@ -87,0 +86,0 @@ }, |
@@ -170,6 +170,11 @@ # license-badger | ||
- [eslint-formatter-badger](https://github.com/brettz9/eslint-formatter-badger) - | ||
Locally created badges indicating linting results (as run against your project | ||
and/or your dependencies) | ||
- [filesize-badger](https://github.com/brettz9/filesize-badger) - Locally created | ||
badges indicating file size (also buildable as part of Rollup routine) | ||
- [mocha-badge-generator](https://github.com/ianpogi5/mocha-badge-generator) - Locally | ||
created badges for Mocha test results | ||
created badges for Mocha test results | ||
- [coveradge](https://github.com/brettz9/coveradge) - Locally-created badges | ||
for nyc/istanbul coverage | ||
for nyc/istanbul coverage | ||
@@ -176,0 +181,0 @@ ## Immediate to-dos |
@@ -178,3 +178,3 @@ 'use strict'; | ||
} else if (licenseInfoPath) { | ||
// eslint-disable-next-line import/no-dynamic-require, global-require | ||
// eslint-disable-next-line import/no-dynamic-require | ||
({bundledRootPackages} = require( | ||
@@ -181,0 +181,0 @@ resolve(process.cwd(), licenseInfoPath) |
@@ -89,3 +89,3 @@ 'use strict'; | ||
if (packageJson) { | ||
// eslint-disable-next-line import/no-dynamic-require, global-require | ||
// eslint-disable-next-line import/no-dynamic-require | ||
const {name, version, license} = require( | ||
@@ -92,0 +92,0 @@ join(packagePath || process.cwd(), 'package.json') |
Sorry, the diff of this file is not supported yet
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
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
34
271
83222
23