Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

medusa-fulfillment-manual

Package Overview
Dependencies
Maintainers
2
Versions
427
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

medusa-fulfillment-manual - npm Package Compare versions

Comparing version 1.0.12-alpha.65 to 1.0.12-alpha.208

6

package.json
{
"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({})

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc