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

@nebulous/skynet

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

@nebulous/skynet - npm Package Compare versions

Comparing version 0.0.9 to 1.0.0

4

index.js

@@ -10,3 +10,3 @@ const p = require('path')

portalFileFieldname: "file",
portalFilesFieldname: "files[]",
portalDirectoryFileFieldname: "files[]",
customFilename: "",

@@ -46,3 +46,3 @@ }

for (const file of walkDirectory(path)) {
formData.append(opts.portalFilesFieldname, fs.createReadStream(file), { filepath: file });
formData.append(opts.portalDirectoryFileFieldname, fs.createReadStream(file), { filepath: file });
}

@@ -49,0 +49,0 @@

{
"name": "@nebulous/skynet",
"version": "0.0.9",
"version": "1.0.0",
"description": "Skynet SDK",

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

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