@sum.cumo/node-modules-check
Advanced tools
Comparing version 2.1.0 to 2.1.1
@@ -1,5 +0,16 @@ | ||
# Change Log | ||
# Changelog | ||
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. | ||
### [2.1.1](https://github.com/sumcumo/node-modules-check/compare/v2.1.0...v2.1.1) (2019-06-05) | ||
### Bug Fixes | ||
* **commitlint:** reference-rule ([52f556f](https://github.com/sumcumo/node-modules-check/commit/52f556f)) | ||
* **typo:** README ([56fddfb](https://github.com/sumcumo/node-modules-check/commit/56fddfb)) | ||
* **typo:** README ([7f704e3](https://github.com/sumcumo/node-modules-check/commit/7f704e3)) | ||
<a name="2.1.0"></a> | ||
@@ -6,0 +17,0 @@ # 2.1.0 (2019-03-19) |
{ | ||
"name": "@sum.cumo/node-modules-check", | ||
"version": "2.1.0", | ||
"version": "2.1.1", | ||
"description": "Check for outdated Node modules", | ||
@@ -32,21 +32,21 @@ "main": "src/index.js", | ||
"devDependencies": { | ||
"@commitlint/cli": "7.5.2", | ||
"@commitlint/config-conventional": "7.5.0", | ||
"@commitlint/cli": "8.0.0", | ||
"@commitlint/config-conventional": "8.0.0", | ||
"babel-eslint": "10.0.1", | ||
"eslint": "5.15.2", | ||
"eslint": "5.16.0", | ||
"eslint-config-airbnb-base": "13.1.0", | ||
"eslint-plugin-import": "2.16.0", | ||
"husky": "1.3.1", | ||
"eslint-plugin-import": "2.17.3", | ||
"husky": "2.3.0", | ||
"prettier-eslint": "8.8.2", | ||
"standard-version": "5.0.2" | ||
"standard-version": "6.0.1" | ||
}, | ||
"dependencies": { | ||
"boxen": "3.0.0", | ||
"boxen": "4.0.0", | ||
"chalk": "2.4.2", | ||
"child_process": "1.0.2", | ||
"easy-table": "1.1.1", | ||
"figures": "2.0.0", | ||
"semver": "5.6.0", | ||
"yargs": "13.2.2" | ||
"figures": "3.0.0", | ||
"semver": "6.1.1", | ||
"yargs": "13.2.4" | ||
} | ||
} |
@@ -15,3 +15,5 @@ # Node Modules Check | ||
![output](./docs/images/output.png) | ||
<p align="center"> | ||
<img width="800" src="docs/assets/node-modules-check.svg"> | ||
</p> | ||
@@ -44,3 +46,3 @@ ## Installation | ||
], | ||
"ignoreDev": ture, // igonre dev dependiencies | ||
"ignoreDev": true, // ignore dev dependencies | ||
"ignoreSemver": [ // ignore semantic version | ||
@@ -66,3 +68,3 @@ "prerelease" | ||
1. `npm install` | ||
1. `npm install` | ||
1. `./bin/check.js` | ||
@@ -72,2 +74,20 @@ | ||
#### SVG creation | ||
##### Dependencies | ||
- [asciinema](https://github.com/asciinema/asciinema) | ||
- [svg-term-cli](https://github.com/marionebl/svg-term-cli) | ||
##### Commands | ||
1. Create the `.cast` file: | ||
```bash | ||
asciinema rec node-modules-check.cast | ||
``` | ||
1. Create the `.svg` file: | ||
```bash | ||
cat node-modules-check.cast | svg-term-cli --out node-modules-check.svg --profile=Seti --height=30 --width=100 --term iterm2 --window | ||
``` | ||
## License | ||
@@ -85,2 +105,2 @@ | ||
[Learn more about sum.cumo](https://www.sumcumo.com/en/) or [work on open source projects](https://www.sumcumo.com/jobs/), too (Hamburg and Düsseldorf)! | ||
[Learn more about sum.cumo](https://www.sumcumo.com/en/) or [work on open source projects](https://www.sumcumo.com/jobs/), too! |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
11
102
1
47178
+ Addedboxen@4.0.0(transitive)
+ Addedcliui@5.0.0(transitive)
+ Addedfigures@3.0.0(transitive)
+ Addedsemver@5.7.26.1.1(transitive)
+ Addedterm-size@2.2.1(transitive)
+ Addedtype-fest@0.5.2(transitive)
+ Addedwidest-line@3.1.0(transitive)
+ Addedwrap-ansi@5.1.0(transitive)
+ Addedyargs@13.2.4(transitive)
- Removedansi-regex@2.1.1(transitive)
- Removedboxen@3.0.0(transitive)
- Removedcliui@4.1.0(transitive)
- Removedcode-point-at@1.1.0(transitive)
- Removedcross-spawn@5.1.0(transitive)
- Removedexeca@0.7.0(transitive)
- Removedfigures@2.0.0(transitive)
- Removedget-stream@3.0.0(transitive)
- Removedis-fullwidth-code-point@1.0.0(transitive)
- Removedlru-cache@4.1.5(transitive)
- Removednumber-is-nan@1.0.1(transitive)
- Removedpseudomap@1.0.2(transitive)
- Removedsemver@5.6.0(transitive)
- Removedstring-width@1.0.22.1.1(transitive)
- Removedstrip-ansi@3.0.14.0.0(transitive)
- Removedterm-size@1.2.0(transitive)
- Removedwidest-line@2.0.1(transitive)
- Removedwrap-ansi@2.1.0(transitive)
- Removedyallist@2.1.2(transitive)
- Removedyargs@13.2.2(transitive)
Updatedboxen@4.0.0
Updatedfigures@3.0.0
Updatedsemver@6.1.1
Updatedyargs@13.2.4