Comparing version 1.2.0 to 1.2.1
@@ -6,3 +6,3 @@ const Fs = require("fs"); | ||
Request(secure, options, body, (error, response) => { | ||
Fs.writeFile(channel+".res", JSON.stringify([error?error.message:null, JSON.stringify(response)]), "utf8", (error) => { | ||
Fs.writeFile(channel+".res", JSON.stringify([error?error.message:null, response]), "utf8", (error) => { | ||
if (error) | ||
@@ -9,0 +9,0 @@ throw error; |
{ | ||
"name": "antena", | ||
"description": "Isomorph http client", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"author": { | ||
@@ -6,0 +6,0 @@ "name": "Laurent Christophe", |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
3
10306