Socket
Socket
Sign inDemoInstall

yu-node

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

yu-node - npm Package Compare versions

Comparing version 1.0.8 to 1.0.9

lib/request.js

5

index.js
const { emptyDir,rmDir } = require('./lib/handleDir.js');
const { getAllFiles } = require('./lib/getAllFiles.js');
const request = require('./lib/request.js');
const session = require('./lib/session.js');
const token = require('./lib/token.js');
module.exports = Object.freeze({ emptyDir,rmDir,getAllFiles });
module.exports = Object.freeze({ emptyDir,rmDir,getAllFiles,request,session,token });

7

package.json
{
"name": "yu-node",
"version": "1.0.8",
"version": "1.0.9",
"description": "仅用于node.js",

@@ -18,3 +18,6 @@ "main": "index.js",

},
"homepage": "https://github.com/18022682515/yu-node#readme"
"homepage": "https://github.com/18022682515/yu-node#readme",
"dependencies": {
"yu-util": "^1.0.8"
}
}
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