syntex-basic
Advanced tools
Comparing version 1.0.0-b10 to 1.0.0-b11
@@ -16,3 +16,3 @@ const url = require('url'); | ||
this.platform.RequestManager.fetch(this.url.protocol + '//' + this.url.host + path, { data }).then((data) => { | ||
this.platform.RequestManager.fetch(this.url.protocol + '//' + this.url.host + path, { data, verbose : true }).then((data) => { | ||
@@ -19,0 +19,0 @@ resolve(data); |
@@ -56,3 +56,6 @@ const http = require('http'); | ||
this.logger.err(e); | ||
if(options.verbose) | ||
{ | ||
this.logger.err(e); | ||
} | ||
@@ -59,0 +62,0 @@ resolve(null); |
{ | ||
"name": "syntex-basic", | ||
"version": "1.0.0-b10", | ||
"version": "1.0.0-b11", | ||
"description": "A basic module for development", | ||
@@ -5,0 +5,0 @@ "main": "main.js", |
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
13724
421
1