Comparing version 5.1.0 to 5.1.1
'use strict'; | ||
//const crypto = require('crypto'); | ||
const fs = require('fs'); | ||
const fs = require('node:fs'); | ||
@@ -6,0 +6,0 @@ const fsp = fs.promises; |
'use strict'; | ||
const http = require('http'); | ||
const https = require('https'); | ||
const crypto = require('crypto'); | ||
const fs = require('fs'); | ||
const urlparse = require('url'); | ||
const process = require('node:process'); | ||
const http = require('node:http'); | ||
const https = require('node:https'); | ||
const crypto = require('node:crypto'); | ||
const fs = require('node:fs'); | ||
const urlparse = require('node:url'); | ||
const qs = require('./qs.js'); | ||
@@ -9,0 +10,0 @@ const bodymaker = require('./bodymaker.js'); |
'use strict'; | ||
const http2 = require('http2') | ||
const crypto = require('crypto') | ||
const fs = require('fs') | ||
const urlparse = require('url') | ||
//const process = require('node:process'); | ||
const http2 = require('node:http2') | ||
const crypto = require('node:crypto') | ||
const fs = require('node:fs') | ||
const urlparse = require('node:url') | ||
const qs = require('./qs.js') | ||
@@ -8,0 +9,0 @@ const bodymaker = require('./bodymaker.js') |
{ | ||
"name": "gohttp", | ||
"version": "5.1.0", | ||
"version": "5.1.1", | ||
"description": "http & https client for HTTP/1.1 and HTTP/2", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -44,2 +44,1 @@ 'use strict' | ||
}, 5000); | ||
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 3 instances in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
111606
2088
6
0