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

zsqnodetools

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

zsqnodetools - npm Package Compare versions

Comparing version 1.0.6 to 1.0.7

2

package.json
{
"name": "zsqnodetools",
"version": "1.0.6",
"version": "1.0.7",
"description": "tools of nodejs",

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

@@ -6,2 +6,11 @@ # zsqnodetools

##FTP use
##Use like this
```ts
const tools = require('zsqnodetools');
Start();
async function Start(){
await tools.cmdTool.Run('npm run build');
await tools.ftpTool.UploadFiles();
}
```

@@ -10,3 +10,3 @@ export async function UploadFiles() {

const client = new ftp.Client();
client.ftp.verbose = true
client.ftp.verbose = true;
try {

@@ -13,0 +13,0 @@ await client.access(ftpConfig.uploadconfig.ftpConnectConfig);

Sorry, the diff of this file is not supported yet

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