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

npm-describe

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

npm-describe - npm Package Compare versions

Comparing version 0.1.3 to 0.1.4

4

index.js
var db = require('nano')('http://isaacs.iriscouch.com/registry'),
async = require('async'),
map = require('map-async'),
tree = {},

@@ -27,3 +27,3 @@ colors = {

if (deps.length > 0) {
async.map(deps, getPackageInfo, callback);
map(deps, getPackageInfo, callback);
} else {

@@ -30,0 +30,0 @@ callback();

{
"name": "npm-describe",
"version": "0.1.3",
"version": "0.1.4",
"description": "NPM package dependencies visualization",

@@ -25,3 +25,3 @@ "main": "npm-describe",

"commander": "~2.0.0",
"async": "~0.2.9"
"map-async": "~0.1.1"
},

@@ -28,0 +28,0 @@ "engines": {

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