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

show-deps

Package Overview
Dependencies
Maintainers
2
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

show-deps - npm Package Compare versions

Comparing version 0.0.0-alpha.4.0 to 0.0.0-alpha.4.1

2

package.json
{
"name": "show-deps",
"description": "A command-line utility for showing dependencies from a project's `package.json` in a fashionable way",
"version": "0.0.0-alpha.4.0",
"version": "0.0.0-alpha.4.1",
"homepage": "https://github.com/forfuture-dev/node-show-deps",

@@ -6,0 +6,0 @@ "repository": {

@@ -11,3 +11,3 @@

|-------|-----:|
|version|0.0.0-alpha.4.0|
|version|0.0.0-alpha.4.1|
|dependencies|none|

@@ -35,19 +35,21 @@ |node|0.11, 0.10|

```shell
⇒ show-deps
⇒ show-deps
┌───────────┬─────────┐
┌────────────┬─────────┐
│ Dependency │ Version │
├───────────┼─────────┤
│ cli-table │ ^0.3.1 │
├───────────┼─────────┤
│ commander │ ^2.5.0 │
├───────────┼─────────┤
│ debug │ ^2.1.0 │
└───────────┴─────────┘
├────────────┼─────────┤
│ cli-table │ ^0.3.1 │
├────────────┼─────────┤
│ commander │ ^2.5.0 │
├────────────┼─────────┤
│ debug │ ^2.1.0 │
└────────────┴─────────┘
┌───────────────┬─────────┐
┌────────────────┬─────────┐
│ Dev-Dependency │ Version │
├───────────────┼─────────┤
│ mocha │ ^2.0.1 │
└───────────────┴─────────┘
├────────────────┼─────────┤
│ mocha │ ^2.0.1 │
├────────────────┼─────────┤
│ should │ ^4.4.1 │
└────────────────┴─────────┘

@@ -62,7 +64,8 @@ ```

┌───────────────┬─────────┐
┌────────────────┬─────────┐
│ Dev-Dependency │ Version │
├───────────────┼─────────┤
│ mocha │ 1.21.4 │
└───────────────┴─────────┘
├────────────────┼─────────┤
│ mocha │ 1.21.4 │
└────────────────┴─────────┘
```

@@ -76,9 +79,10 @@

┌───────────────┬─────────┐
┌────────────────┬─────────┐
│ Dev-Dependency │ Version │
├───────────────┼─────────┤
│ mocha │ 1.21.5 │
├───────────────┼─────────┤
│ should │ 4.0.4 │
└───────────────┴─────────┘
├────────────────┼─────────┤
│ mocha │ 1.21.5 │
├────────────────┼─────────┤
│ should │ 4.0.4 │
└────────────────┴─────────┘
```

@@ -85,0 +89,0 @@

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