Socket
Socket
Sign inDemoInstall

stockshark-drive-local

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

stockshark-drive-local - npm Package Compare versions

Comparing version 1.0.15 to 1.0.16

2

package.json
{
"name": "stockshark-drive-local",
"version": "1.0.15",
"version": "1.0.16",
"description": "Local Drive for StockShark",

@@ -5,0 +5,0 @@ "main": "./src/index.js",

@@ -41,2 +41,4 @@ const path = require('path')

console.log("loadTextFileLastLine path exists: ", filePath)
return new Promise((resolve, reject) => {

@@ -59,2 +61,3 @@ const stream = readline.createInterface({

stream.on('error', (err) => {
console.log("loadTextFileLastLine error filePath: ", filePath)
reject(err);

@@ -61,0 +64,0 @@ });

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