medusa-fulfillment-manual
Advanced tools
Comparing version 1.0.12-alpha.65 to 1.0.12-alpha.208
{ | ||
"name": "medusa-fulfillment-manual", | ||
"version": "1.0.12-alpha.65+c92360c", | ||
"version": "1.0.12-alpha.208+0646bd3", | ||
"description": "A manual fulfillment provider for Medusa", | ||
@@ -39,5 +39,5 @@ "main": "index.js", | ||
"express": "^4.17.1", | ||
"medusa-core-utils": "^1.0.12-alpha.551+c92360c" | ||
"medusa-core-utils": "^1.0.12-alpha.787+0646bd3" | ||
}, | ||
"gitHead": "c92360ce581d2a7aa30e3a77bb078d30b3d1ccfb" | ||
"gitHead": "0646bd395a6056657cb0aa93c13699c4a9dbbcdd" | ||
} |
@@ -24,3 +24,3 @@ "use strict"; | ||
function _createSuper(Derived) { return function () { var Super = _getPrototypeOf(Derived), result; if (_isNativeReflectConstruct()) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; } | ||
function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; } | ||
@@ -82,2 +82,8 @@ function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } return _assertThisInitialized(self); } | ||
}, { | ||
key: "createFulfillment", | ||
value: function createFulfillment() { | ||
// No data is being sent anywhere | ||
return Promise.resolve({}); | ||
} | ||
}, { | ||
key: "cancelFulfillment", | ||
@@ -84,0 +90,0 @@ value: function cancelFulfillment() { |
@@ -39,2 +39,7 @@ import { FulfillmentService } from "medusa-interfaces" | ||
createFulfillment() { | ||
// No data is being sent anywhere | ||
return Promise.resolve({}) | ||
} | ||
cancelFulfillment() { | ||
@@ -41,0 +46,0 @@ return Promise.resolve({}) |
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
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
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
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
14798
188
2