Socket
Socket
Sign inDemoInstall

yu-node

Package Overview
Dependencies
1
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.0 to 1.1.1

5

lib/request.js
const node_url = require('url');
const { getType } = require('yu-util');
const { getType,toJSON } = require('yu-util');
const querystring = require('querystring');

@@ -39,3 +39,4 @@

res.on('end',()=>{
result({ statusCode:res.statusCode, headers:res.headers, data:buf.toString() });
let data = toJSON(buf.toString());
result({ statusCode:res.statusCode, headers:res.headers, data });
});

@@ -42,0 +43,0 @@ });

4

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

@@ -20,4 +20,4 @@ "main": "index.js",

"dependencies": {
"yu-util": "^1.0.8"
"yu-util": "^1.1.1"
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc