Socket
Socket
Sign inDemoInstall

calcdeps

Package Overview
Dependencies
9
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.2.0 to 0.2.1

2

lib/calcdeps.js

@@ -192,3 +192,3 @@ var async = require('async'),

output_mode = options.output_mode,
excludeSet = utils.toObject(options.exclude);
excludeSet = utils.toObject(excludes);

@@ -195,0 +195,0 @@ async.concat(paths, findJS, function (err, paths) {

@@ -5,3 +5,3 @@ {

"description": "A Node.js port of Google Closure library calcdeps.py",
"version": "0.2.0",
"version": "0.2.1",
"keywords": ["calcdeps.py", "closure", "closure compiler", "calcdeps"],

@@ -21,5 +21,5 @@ "repository": {

"dependencies": {
"async": ">=0.1.9",
"optimist": ">=0.2.6",
"glob": "3.1.9"
"async": "=0.1.9",
"optimist": "=0.2.6",
"glob": "=3.1.9"
},

@@ -26,0 +26,0 @@ "devDependencies": {

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

calcdeps.js [options]
calcdeps [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