node-red-contrib-dnspod
Advanced tools
Comparing version 1.0.3 to 1.0.4
@@ -119,6 +119,3 @@ module.exports = function (RED) { | ||
payload["message"] = `ip修改发生错误` | ||
msg['statusCode'] = error.response.status | ||
msg['headers'] = error.response.headers | ||
msg['payload'] = error.response.data | ||
msg['request'] = error.response.request | ||
msg['error'] = error | ||
msg.payload = payload | ||
@@ -125,0 +122,0 @@ node.send(msg) |
{ | ||
"name": "node-red-contrib-dnspod", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "node red node for dnspod", | ||
@@ -5,0 +5,0 @@ "main": "test.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
9256
123