Socket
Socket
Sign inDemoInstall

file-directives

Package Overview
Dependencies
7
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.2.0 to 1.3.0

8

bin/process.js

@@ -11,2 +11,3 @@ #!/usr/bin/env node

var regExVars = [];
var showAllLogs = "false";
if (process.argv.length > 2) {

@@ -18,4 +19,5 @@ envVars = process.argv[2].split(',');

}
console.log(envVars);
console.log(regExVars);
folder.processFolder(currentPath, envVars, regExVars);
if (process.argv.length > 4) {
showAllLogs = process.argv[4];
}
folder.processFolder(currentPath, envVars, regExVars, showAllLogs === "true");
{
"name": "file-directives",
"version": "1.2.0",
"version": "1.3.0",
"description": "Utility to specify pre-package directives to allow automatic code stripping",

@@ -5,0 +5,0 @@ "dependencies": {

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