simple-protocol-http
Advanced tools
Comparing version 0.11.0 to 0.11.1
@@ -124,3 +124,5 @@ 'use strict'; | ||
function buildSuccessResult(payload) { | ||
function buildSuccessResult() { | ||
var payload = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : null; | ||
return { | ||
@@ -127,0 +129,0 @@ success: true, |
{ | ||
"name": "simple-protocol-http", | ||
"version": "0.11.0", | ||
"version": "0.11.1", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -120,3 +120,3 @@ const fetch = require('isomorphic-fetch') | ||
function buildSuccessResult (payload) { | ||
function buildSuccessResult (payload = null) { | ||
return { | ||
@@ -123,0 +123,0 @@ success: true, |
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
51396
1533