Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@sum.cumo/node-modules-check

Package Overview
Dependencies
Maintainers
7
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sum.cumo/node-modules-check - npm Package Compare versions

Comparing version 2.1.0 to 2.1.1

docs/assets/node-modules-check.cast

13

CHANGELOG.md

@@ -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)

22

package.json
{
"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

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