Socket
Socket
Sign inDemoInstall

stockshark-drives

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

stockshark-drives - npm Package Compare versions

Comparing version 1.0.4 to 1.0.5

4

package.json
{
"name": "stockshark-drives",
"version": "1.0.4",
"version": "1.0.5",
"description": "Persistent Storage Drives for StockShark",

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

"dependencies": {
"google-drive-handler": "^1.0.8",
"google-drive-handler": "^1.0.9",
"googleapis": "^48.0.0"
}
}

@@ -7,6 +7,7 @@ const { stockshark0000 } = require('./index')

stockshark0000.listFiles(1000).then(result => {
console.log(result)
console.log(result.files.length)
console.log(result.files.filter(p => p.name.substr(-8) == ".zip.zip").length)
})
// stockshark0000.getFileId("62610015-72e6-4599-a3a7-53199859c469.zip").then(result => {
// stockshark0000.getFileId("538cea47-99f0-4cdc-b59e-58bc7f05d26f.zip").then(result => {
// console.log(result)

@@ -13,0 +14,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