Socket
Socket
Sign inDemoInstall

calcdeps

Package Overview
Dependencies
10
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.7 to 0.2.0

bin/calcdeps

6

lib/calcdeps.js

@@ -188,5 +188,5 @@ var async = require('async'),

var inputs = options.input,
paths = options.path,
excludes = options.exclude,
dependencies = options.dep,
paths = options.path || ['.'],
excludes = options.exclude || [],
dependencies = options.dep || [],
output_mode = options.output_mode,

@@ -193,0 +193,0 @@ excludeSet = utils.toObject(options.exclude);

@@ -5,7 +5,7 @@ {

"description": "A Node.js port of Google Closure library calcdeps.py",
"version": "0.1.7",
"version": "0.2.0",
"keywords": ["calcdeps.py", "closure", "closure compiler", "calcdeps"],
"repository": {
"type": "git",
"url": "git://github.com/bramstein/calcdeps.js.git"
"url": "git://github.com/bramstein/calcdeps.git"
},

@@ -12,0 +12,0 @@ "main": "./lib/calcdeps",

@@ -9,3 +9,3 @@ ## A Node.js port of Google Closure library calcdeps.py.

calcdeps [options]
calcdeps.js [options]

@@ -12,0 +12,0 @@ ### Options

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc