New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

files-extractor

Package Overview
Dependencies
Maintainers
1
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

files-extractor - npm Package Compare versions

Comparing version 0.3.2 to 0.3.3

3

index.js

@@ -11,2 +11,3 @@ /*!

const path = require('path');
const utils = require('./lib/utils');

@@ -89,3 +90,3 @@ const CONST = require('./lib/const');

// Fork thread
const worker = child_process.fork('./lib/thread.js');
const worker = child_process.fork(path.join(__dirname, 'lib/thread.js'));

@@ -92,0 +93,0 @@ worker.send({

@@ -16,3 +16,2 @@ /*!

const ProgressBar = require('progress');
const spinners = require('cli-spinners');
const logSymbols = require('log-symbols');

@@ -46,4 +45,3 @@

return this.loading = ora({
stream: stdout,
spinner: spinners.line
stream: stdout
}).start(starting);

@@ -50,0 +48,0 @@ },

{
"name": "files-extractor",
"version": "0.3.2",
"version": "0.3.3",
"description": "Extract files that have changed between the specified date.",

@@ -45,6 +45,5 @@ "main": "index.js",

"progress": "^2.0.0",
"cli-spinners": "^1.0.1",
"log-symbols": "^2.1.0",
"inquirer-datepicker": "^0.0.2"
"inquirer-datepicker": "^0.0.4"
}
}
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